Hello @steemchiller
need your help.
Have you made any API which returns list of Recent posts inside a community ?
For Example i want to get Latest post over Steemit Pakistan How can i get that ?
Steem Data Services (SDS) / Update Notice / Version 0.1.7b
Hello @steemchiller
need your help.
Have you made any API which returns list of Recent posts inside a community ?
For Example i want to get Latest post over Steemit Pakistan How can i get that ?
Hi @hassanabid, you could probably use the Feeds API for that:
https://sds0.steemworld.org/feeds_api
For example, this method would return the last 100 active posts for a community:
https://sds0.steemworld.org/feeds_api/getActiveCommunityPostsByCreated/hive-172186
Here you find the description for that method:
https://sds0.steemworld.org/describeMethod/feeds_api.getActiveCommunityPostsByCreated
But there are many more methods available. In case you have any questions later on, just let me know ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks man you are hero ❤️😘
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I just want to get link of that post only anyway to do that? Tried split up json but its to difficult How can we apply limit to get links only.?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The limit parameter can be used to limit the number of rows, but there is currently now way to define the returned columns via API. You would need to create a small script that locally converts the data into your desired format.
But I like the idea of having the possiblity to convert directly via API. I will think about adding some kind of converter to support different formats in the future.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yeahhh columns limiter could be a great thing :)
Do let me know whenever you release that.
Thankyou so much ❤️
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hello @steemchiller
Do we have any post Voting API ??
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @hassanabid, there are many API methods available that return post and voting data. What exactly do you want to accomplish?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Talking about Upvote post API is their any api where i can give permalink with credentials it gives vote
@steemchiller
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I want to give vote to a post anyway to do that through API's ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@steemchiller ??
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit