steemit / devportal

Steem Platform Developer Documentation.
https://developers.steem.io
MIT License
122 stars 74 forks source link

DP: Add Reputation API Definitions #399

Closed inertia186 closed 5 years ago

inertia186 commented 5 years ago

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

image

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:

image

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