In order to keep the API Definitions up-to-date, there's a rake task that will allow us to compare what is currently documented against the jsonrpc namespace. We can run this task periodically to make sure we pick up all of the changes. Typically, we just run this from the project root:
bundle exec rake scrape:api_defs
This picks up the new changes so they can be reviewed. Previously, there were new namespaces related to SPS methods, which already have a pull request. The rest of the changes can be applied by this issue.
AC
[x] reputation_api.get_account_reputations can be marked as working
[x] Research rc_api "Work in progress" methods and see if there's more information to provide as to their purpose.
In order to keep the API Definitions up-to-date, there's a rake task that will allow us to compare what is currently documented against the
jsonrpc
namespace. We can run this task periodically to make sure we pick up all of the changes. Typically, we just run this from the project root:This picks up the new changes so they can be reviewed. Previously, there were new namespaces related to SPS methods, which already have a pull request. The rest of the changes can be applied by this issue.
AC