struct

GitHub::Repo

Inherits GitHub::API < Struct < Value < Object

Constructors

new(client, owner : String, name : String)
Source

Instance methods

branch(name branch_name : String)
Source
branches
Source
check_run(id : Int64)
Source
check_suite(check_suite suite : CheckSuite)
Source
check_suite(check_suite_id id : Int64)
Source
commit(commit : CommitDetail)
Source
commit(ref : String)
Source
contents
Source
deployment(deployment : Deployment)
Source
deployment(deployment_id : Int64)
Source
deployments
Source
environments
Source
issue(issue : Issue)
Source
issue(number : Int)
Source
issues
Source
labels
Source
name
Source
owner
Source
pull(number : Int64 | Int32)
Source
pulls
Source
workflow_run(id : Int64)
Source
zipball(ref : String, &block : Compress::Zip::File -> )
Source

Nested types