View on GitHub

GithubClient

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

GithubClient

GithubClient.Repositories.Repository

Repository.GetOrgEndpoint(string, int, int) Method

public static System.Uri GetOrgEndpoint(string Org, int PerPage, int Page);

Parameters

Org System.String

The account owner of the repository. This can also be the organization name. The name is not case sensitive.

PerPage System.Int32

The number of results per page (max 100).

Page System.Int32

Page number of the results to fetch

Returns

System.Uri