
Repository
https://github.com/steemit/devportal
Issue
https://github.com/steemit/devportal/issues/399
Details
On a node that is running the reputation_api
plugin, execute the scrape rake task to capture the methods and signatures as yaml
and add them to the repo.
$ TEST_NODE=https://api.steemitdev.com rake scrape:api_defs
Note, to run the above rake
task, you will need to set up the project for development. See: https://github.com/steemit/devportal#develop
The reputation-api.md
file will be position: 9
, which means the ones below need to get bumped to new positions. Once generated and added to the repo, the stubbed version will look something like this:
This stub should be expanded to include detail about the API and method.
Similar Issues:
- https://github.com/steemit/devportal/issues/340
- https://github.com/steemit/devportal/issues/323
- https://github.com/steemit/devportal/issues/103
Components
- new definitions captured as
_data/reputation_api.yml
- expand
_data/reputation_api.yml
details
- expand
- added related
/apidefinitions/#apidefinitions-reputation-api
page
Communication
See: https://github.com/steemit/devportal/blob/develop/CONTRIBUTING.md