You are viewing a single comment's thread from:

RE: Hivejs开发实战指南

in #starnote21 days ago
let author = "lemooljiang"
let query = { limit : 30, start_author: author, start_permlink: ""}
hive.api.getDiscussionsByComments(query, function(err, result) {
  console.log(265, err, result)
}