inertia186 / hivedocs

Hive Platform Developer Documentation.
https://inertia186.github.io/hivedocs/
MIT License
1 stars 0 forks source link

API Definitions Fixes / Updates #4

Closed inertia186 closed 5 years ago

inertia186 commented 5 years ago

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

inertia186 commented 5 years ago

Changes for this issue: 8000a8cee2ffe6516b422ae5450aed649f958131

inertia186 commented 5 years ago

https://github.com/steemit/devportal/pull/422