Skip to content

Community - Fix Reputation API Definitions #416

@economicstudio

Description

@economicstudio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions