module Github::Client::Comments
Direct including types
Defined in:
github/client/comments.crInstance Method Summary
-
#comments
https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue
-
#create_comment(msg : String)
https://developer.github.com/v3/issues/comments/#create-a-comment
-
#update_comment(id, msg : String)
https://developer.github.com/v3/issues/comments/#edit-a-comment
Instance Method Detail
def create_comment(msg : String)
#
https://developer.github.com/v3/issues/comments/#create-a-comment
def update_comment(id, msg : String)
#
https://developer.github.com/v3/issues/comments/#edit-a-comment