GitHubRepo

constructor(ownerType: OwnerType, ownerName: String, repoName: String, scheme: String = "https://", domainName: String = GITHUB)

Parameters

ownerType

whether the owner is a user or organization

ownerName

the GitHub username or organization name

repoName

the repository name

scheme

the URL scheme, defaults to "https://"

domainName

the GitHub domain, defaults to "github.com"