Skip to content
Snippets Groups Projects
Commit e13b672f authored by adcpm's avatar adcpm
Browse files

Add getDicussionsByActive example

parent 9daf2382
Branches
Tags
No related merge requests found
......@@ -25,3 +25,11 @@ steem.api.getFollowers('dan', 0, 'blog', 10, function(err, result) {
steem.api.streamOperations(function(err, result) {
console.log(err, result);
});
steem.api.getDiscussionsByActive({
limit: 10,
start_author: 'thecastle',
start_permlink: 'this-week-in-level-design-1-22-2017'
}, function(err, result) {
console.log(err, result);
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment