You are viewing a single comment's thread from:

RE: Hivejs开发实战指南

in #starnote21 days ago
hive.api.getContentReplies(author, permlink, function(err, result) {
  console.log(err, result)
})

eg:
hive.api.getContentReplies('lemooljiang', 'hivejs-dev', function(err, result) {
  console.log(err, result)
})