Using Postman (with Collections Runner) to Test API to Steem RPC Node

in blurt •  4 years ago 

PostMan is a powerful tool in development to test the API. Also it allows you to mock API server.

GetVersion

URL (Steem Load Balancer RPC Node): https://steem.justyy.workers.dev
Method: POST
Body (Raw Text):

{"id":0,"jsonrpc":"2.0","method":"call","params":["login_api","get_version",[]]}

image.png

Collections Runner

We can schedule API calls continuously:

image.png

Results:

image.png


Follow me for topics of Algorithms, Blockchain and Cloud.
I am @justyy - a Steem Witness
https://steemyy.com

My contributions

Support me

If you like my work, please:

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!
Sort Order:  

My friend, thanks for sharing this solution with us. Really appreciate your head effort on this improvement.