Post
Topic
Board Announcements (Altcoins)
Re: NXT :: descendant of Bitcoin - Updated Information
by
l8orre
on 19/02/2014, 17:53:23 UTC
is there an api call that returns all api calls, or is it possible to access the javadoc @ https://nxt.airdns.org:7875/doc/ to get a list of all api calls? I am a bit panicky on missing out on important things, e.g. as with the vote thingy, which I only just picked up en passant
There is no API to get them all, but in the javadoc each class under the nxt.http package handles exactly one API call. Unfortunately I haven't had the time to document their parameters and return values in the javadoc itself.
The javadoc is also available on your local node under webapps/root/doc.
It was CfB who added the voting system, and it is not enabled yet, so I didn't have much to say about it in the changelog.


Thanks, that is a nice pointer to know where to look!
Getting the params and return values is not a big problem, it ain't like there'd be hundreds or so added each week  Grin