node-livejournal icon indicating copy to clipboard operation
node-livejournal copied to clipboard

JSON RPC parameters

Open msmolyak opened this issue 5 years ago • 0 comments
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.

msmolyak avatar Apr 10 '20 00:04 msmolyak