NCC API updated and fully documented

After opening the code for NCC, the documentation of the NCC API is updated and complete.

It still states that it will change during the development phase, but all API documented are available since NCC R0.1.2

Currently, it is part of the NCC code repository.
[url=https://github.com/NewEconomyMovement/NemCommunityClient/blob/master/api.md]https://github.com/NewEconomyMovement/NemCommunityClient/blob/master/api.md

What are your thoughts on placing the API documentation?

wiki.nemcoin.com?


After opening the code for NCC, the documentation of the NCC API is updated and complete.

It still states that it will change during the development phase, but all API documented are available since NCC R0.1.2

Currently, it is part of the NCC code repository.
[url=https://github.com/NewEconomyMovement/NemCommunityClient/blob/master/api.md]https://github.com/NewEconomyMovement/NemCommunityClient/blob/master/api.md

What are your thoughts on placing the API documentation?

wiki.nemcoin.com?


Use Github's wiki. Better to put all in one place.

looks good, almost impels me to finish the ionic mobile wallet I was secretly working on lol

btw, I just recently saw the self documented code NXT has, and I though it's really nice.
going to http://localhost:7876/test you can see all available APIs, and their respective documentation, with inline testing

there's also nem.core API in javadoc avail: http://bob.nem.ninja/org.nem.core/

CAn someone, please, show how to do an aplication or scrypt to get some information from API?

I'm not an expert, but I can do a java program for my needs.

I'm doing a tutorial for installation of Raspibian (OS) in Raspberry Pi.

The raspberry pi cant even open the 127.0.0.1:8989 cause the page requires a lot o processing power and processor goes to 100% and nothing happens.

So there will be need to make all I need through API calls.

:wink: