GitHubRepo
class GitHubRepo(ownerType: OwnerType, ownerName: String, repoName: String, scheme: String = "https://", domainName: String = GITHUB) : AbstractRepo
A ContentRoot representing a GitHub repository.
Raw content is fetched via raw.githubusercontent.com.
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"