View on GitHub

GithubClient

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

GithubClient

GithubClient.Repositories.Repository

Repository.PostOrgEndpoint(string) Method

public static System.Uri PostOrgEndpoint(string Org);

Parameters

Org System.String

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

Returns

System.Uri