Github::API
Inherits Reference < Object
Constructors
new(user : String, key : String, logging : Bool = true)
SourceInstance methods
all
Sourcebase_url
Sourceclient
Sourcecrystal_users(page = 1)
Sourcedependent_repos(full_name : String, *, page = 1, limit = 10)
Sourcefilter(query : String, page = 1)
Sourcekey
Sourcelogging
Sourcelogging=(logging : Bool)
Sourcemake_request(url)
Sourcerecently_updated
Sourcerepo(owner : String, name : String)
Sourcerepo(id : Int32)
Sourcerepo(full_name : String)
Sourcerepo_content(owner : String, repo : String, path : String)
Sourcerepo_forks(full_name : String)
Sourcerepo_languages(user_name : String, repository : String)
Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language.
repo_languages(full_name : String) : Hash(String, Int32)
Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language.
repo_readme(owner : String, repo : String)
Sourcerepo_release_by_tag(owner : String, repo : String, tag : String)
Sourcerepo_releases(user_name : String, repository : String)
Sourcetrending
Sourceuser(username : String)
Sourceuser
Sourceuser_repos(owner : String)
Source