It's worth mentioning that some calls return different data for the same parameters depending on the age of the data.
For example, get_content
returns the votes in the active_votes
field, but this is cleared after each payout. After the last payout, this will be empty so you cannot see (via this call) the votes for that post.
The API has a lot of idiosyncrasies like this and I hope they get included in the documentation, too.
Awesome! thank you for sharing your info. I did notice a few naunces like this but will have to go back and include them in the final version. Today I'm working on getting some
cli_wallet
instructions written for the accessing the API.