node-livejournal
node-livejournal copied to clipboard
JSON RPC parameters
trafficstars
This is a great wrapper for the LiveJournal APIs. Those methods that work are very useful and easy to use.
I am struggling with some of the JSON RPC calls though. Is there a way to figure out input parameters of some of those calls? Endpoints like 'discovery.get_item' seem to take itemid, but it is not clear what the meaning of it is. The item it returns has a different id.
I also tried calls like 'discovery.author_posts' with different parameters (journal, author), but it does not return anything.
Is there a way to discover the parameters and return value structures of these methods?
Thank you.