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

Community - Fix Reputation API Definitions #416

Open
economicstudio opened this issue Jan 26, 2019 · 0 comments · May be fixed by #417
Open

Community - Fix Reputation API Definitions #416

economicstudio opened this issue Jan 26, 2019 · 0 comments · May be fixed by #417

Comments

@economicstudio
Copy link

economicstudio commented Jan 26, 2019

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 be 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
  • other minor errors and update.

I'll submit PR.

economicstudio added a commit to economicstudio/devportal that referenced this issue Jan 26, 2019
@economicstudio economicstudio linked a pull request Jan 26, 2019 that will close this issue
economicstudio added a commit to economicstudio/devportal that referenced this issue Feb 7, 2019
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

Successfully merging a pull request may close this issue.

1 participant