class GithubCr::Client

Defined in:

github-cr/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(login : String, password : String, base_api_url = "https://api.github.com", user_agent = "github-cr/#{GithubCr::VERSION}", timeout = 15, max_redirects = 5) #

[View source]

Instance Method Detail

def repo(slug : String) #

[View source]
def repos(complete_request = false) #

[View source]
def user(login : String | Nil = nil) #

[View source]