AbstractRepo
constructor(scheme: String, domainName: String, ownerType: OwnerType, ownerName: String, repoName: String)
Parameters
scheme
the URL scheme (e.g., "https://")
domainName
the host domain (e.g., "github.com")
ownerType
whether the owner is a user or organization
ownerName
the repository owner's name
repoName
the repository name