Skip to content
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

Closed
ironwren opened this issue Jul 26, 2016 · 4 comments
Closed

Can you give examples for the query param #5

ironwren opened this issue Jul 26, 2016 · 4 comments

Comments

@ironwren
Copy link

Specifically on theGet Discussions By API?

@bonustrack
Copy link
Contributor

bonustrack commented Jan 17, 2017

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);
});

@msg768
Copy link

msg768 commented Aug 17, 2017

I tried your query on getDiscussionsByCreated and it seems like it ignores pretty much all the parameters except limit. :/

@nkgokul
Copy link

nkgokul commented Mar 8, 2018

It would be great to have the details of the query parameter. I don't see the details anywhere on net.

@Katamori
Copy link

Katamori commented Mar 13, 2018

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants