Steem-JS

Words
126
Reading
1 min
Listen
Play
6y

It is time that the documentation located at
https://github.com/steemit/steem-js/tree/master/doc
were added to. For both Steem and Hive. Indeed even for Whaleshares and Golos, development is hindered because we only have as much documentation as a C header file without comments.

Here is an example from this page

steem.api.getDiscussionsByActive(query, function(err, result) {
  console.log(err, result);
});

Nothing about what result is supposed to be. Is result an array of strings or an array of some structure? If it is a structure what are the members of said structure? What is query? Is it a search string? Is it a regular expression? How is it used? Is it searching the author, title, or tags?

I am looking for funding for making this happen. If you like the idea, resteem, like, show this to others on Disord, etc...

Steem-JS | Ecency