RE: Steem Data Services (SDS) / Update Notice / Version 0.1.7b

You are viewing a single comment's thread from:

Steem Data Services (SDS) / Update Notice / Version 0.1.7b

in hive-102132 •  2 years ago 

Hi @hassanabid, there are many API methods available that return post and voting data. What exactly do you want to accomplish?

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 STEEM!
Sort Order:  

Talking about Upvote post API is their any api where i can give permalink with credentials it gives vote
@steemchiller

If you only want to receive the votes for a post, you can use this one:
https://sds.steemworld.org/posts_api/getVotes/steemit/firstpost
The method description can be found here:
https://sds.steemworld.org/describeMethod/posts_api.getVotes

I want to give vote to a post anyway to do that through API's ?

No, broadcasting operations only works with Steem nodes that provide the official Steem API (like my steemd.steemworld.org or api.steemit.com). But you won't get that done so easily without developing a small tool that uses a client library like SteemJS (if you plan to work with JavaScript).

any proper tutorial for that ??