let author = "lemooljiang"
let query = { limit : 30, start_author: author, start_permlink: ""}
hive.api.getDiscussionsByComments(query, function(err, result) {
console.log(265, err, result)
}
Sort: Trending
let author = "lemooljiang"
let query = { limit : 30, start_author: author, start_permlink: ""}
hive.api.getDiscussionsByComments(query, function(err, result) {
console.log(265, err, result)
}