View on GitHub

GithubClient

A C# Dll library for working with the Github Rest API

GithubClient

GithubClient.Methods

Repos Class

A Collection of methods for working with Repository objects in the Github API

public class Repos

Inheritance System.Object 🡒 Repos

Methods  
GetOrgRepositories(string, string) Returns a repository object from the Github API
GetOrgRepositories(string, string, int, int) Returns a repository object from the Github API
GetOrgRepositories(string, string, int, int, string, string) Returns a repository object from the Github API
GetOrgRepository(string, string, string) Returns a repository object from the Github API
GetRepository(string, string, string) Returns a repository object from the Github API