You are viewing a single comment's thread from:

RE: Steemdeck v0.1 beta - Development Contribution

in #utopian-io6 years ago

Hi,

just tested your GitHub page. As I know from the source of steem-js there are more ways to get discussions. You could offer columns sorted by pending payout for example.

The Interface looks great. Its clean and easy to use.

Kind regards,

The Secret Service

Sort:  

Thanks, yes as far as I know there are 12 ways. All of these can be added in the future.

It is enough to add its functions. Example:

        steem.api.getDiscussionsByCashoutAsync(query) 
        .then(r => AddItems(columnId,r))
          .catch(console.log)

Thanks again, I am evaluate this.