Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of documentation on list_votes api methods #144

Open
tngflx opened this issue Nov 12, 2018 · 0 comments
Open

Lack of documentation on list_votes api methods #144

tngflx opened this issue Nov 12, 2018 · 0 comments

Comments

@tngflx
Copy link

tngflx commented Nov 12, 2018

There should be a much clearer way to query for the posts upvoted by a particular account. I can't seem to figure out how should I query for the latest post.

let params = { "start": ["curie", "", ""], "limit": 1000, "order": "by_voter_comment" } let { votes } = await jsonRpc('https://api.steemit.com', { method: 'database_api.list_votes', id: 6, params: params })

This method get me the posts upvoted since 2016 but I can't find a way for the latest post. Help needed. Please have a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant