GithubClient
GithubClient.Methods.Repos
Repos.GetOrgRepository(string, string, string) Method
Returns a repository object from the Github API
public static System.Threading.Tasks.Task<GithubClient.Repositories.Repository> GetOrgRepository(string PAT, string Org, string Name);
Parameters
PAT
System.String
Personal Access Token
Org
System.String
The account owner of the repository. This can also be the organization name. The name is not case sensitive.
Name
System.String
The name of the repository. The name is not case sensitive.
Returns
System.Threading.Tasks.Task<Repository> A repository object