We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
While I was debugging other reputation problem (steemit/steem#3241), I found that there are several errors in the current definition.
accounts:string array
account_lower_bound:string
curl -s --data '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steem"}, "id":1}
curl -s --data '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steem", "limit":1}, "id":1}' https://api.steemit.com
I'll submit PR.
The text was updated successfully, but these errors were encountered:
Fix errors in the definition
71bb3fb
Fix steemit#416
598640d
Fix steemit#416 Add "id":1
Successfully merging a pull request may close this issue.
While I was debugging other reputation problem (steemit/steem#3241), I found that there are several errors in the current definition.
accounts:string array
=>account_lower_bound:string
curl -s --data '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steem"}, "id":1}
https://api.steemit.com` doesn't work! It should becurl -s --data '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steem", "limit":1}, "id":1}' https://api.steemit.com
I'll submit PR.
The text was updated successfully, but these errors were encountered: