steemit / devportal

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

DP: Add Debug Node API Definitions #340

Closed inertia186 closed 6 years ago

inertia186 commented 6 years ago

On a node that is running the debug_node_api plugin, execute the scrape rake task to capture the methods and signatures as yaml and add them to the repo.

$ TEST_NODE=http://127.0.0.1:8751 rake scrape:api_defs

AC