class Github::Client

Included Modules

Defined in:

github/client.cr
github/client/comments.cr

Constructors

Instance Method Summary

Instance methods inherited from module Github::Client::Comments

comments comments, create_comment(msg : String) create_comment, update_comment(id, msg : String) update_comment

Instance methods inherited from module Github::Connection

get(endpoint, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) get, http : HTTP::Client http, patch(endpoint, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) patch, post(endpoint, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) post, request(method, endpoint, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) request

Constructor Detail

def self.new(token : String, repo : String, issue : UInt64) #

[View source]

Instance Method Detail

def close #

[View source]