GithubClient
GithubClient.Repositories.Repository
Repository.GetEndpoint(string, string) Method
public static System.Uri GetEndpoint(string Owner, string Repo);
Parameters
Owner
System.String
The account owner of the repository. This can also be the organization name. The name is not case sensitive.
Repo
System.String
The name of the repository. The name is not case sensitive.