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.
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.
On a node that is running the
reputation_api
plugin, execute the scrape rake task to capture the methods and signatures asyaml
and add them to the repo.Note, to run the above
rake
task, you will need to set up the project for development. See: https://github.com/steemit/devportal#developThe
reputation-api.md
file will beposition: 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
AC
_data/reputation_api.yml
_data/reputation_api.yml
details/apidefinitions/#apidefinitions-reputation-api
page