-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you give examples for the query param #5
Comments
You can do like this: var query = {
tag: 'introduceyourself',
limit: 10,
start_author: 'lada94',
start_permlink: 'introduce-youself-steemit'
};
steem.api.getDiscussionsByTrending(query, function(err, result) => {
console.log(err, result);
}); |
I tried your query on getDiscussionsByCreated and it seems like it ignores pretty much all the parameters except limit. :/ |
It would be great to have the details of the query parameter. I don't see the details anywhere on net. |
Seconded! For instance, I'm interested if only the four parameters mentioned by @bonustrack are possible, or there are additional possibilities. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specifically on the
Get Discussions By
API?The text was updated successfully, but these errors were encountered: