You are viewing a single comment's thread from:
RE: Steemdeck v0.1 beta - Development Contribution
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.