class GithubCr::Client
- GithubCr::Client
- Reference
- Object
Defined in:
github-cr/client.crConstructors
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)
#