module Github::Client::Comments

Direct including types

Defined in:

github/client/comments.cr

Instance Method Summary

Instance Method Detail

def comments #

https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue


[View source]
def create_comment(msg : String) #

https://developer.github.com/v3/issues/comments/#create-a-comment


[View source]
def update_comment(id, msg : String) #

https://developer.github.com/v3/issues/comments/#edit-a-comment


[View source]