In the documentation it's not very clear what kind of values you can pass in the query parameter, but from what i can find there's not much you can pass there.
But is there a way so it only grabs posts made on a certain app?
I tried out of thin air to just add a 'app' key with the app name as a value, but with no success.
Is this possible at all with steem-js?
Is this not even possible with steem-js, or even the regular api at all?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
No, it's not possible with the json-rpc api's in steem at this time.
You'd have to index the content externally and then write your own API's to query like this.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
ok, thanks for the response, it's a bummer though.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Does anyone know?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
https://www.steemdocs.com/api/javascript/broadcast/comment.html
You can filter the
json_metadata
, it usually contains the app where the post got created.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
how would i go about that though?
cause doing { json_metadata: JSON.stringify({app: "chainbb/0.2"}), limit: 10 }
doesn't do the trick.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks this was super useful
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @anarchony! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of upvotes
Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
By upvoting this notification, you can help all Steemit users. Learn how here!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit