# NOT RUN {
# get a comment by id
qiita_get_comments(comment_id = "1fdbb164e19d79e10203")
# get comments by item id
qiita_get_comments(item_id = "b4130186e1e095719dcb")
# post a comment to some item
qiita_post_comment(item_id = "123456789", body = "Thank you!!!")
# }
Run the code above in your browser using DataLab