View on GitHub

GithubClient

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

GithubClient

GithubClient.Repositories.ContentDirectory

ContentDirectory.GetEndpointUrl(string, string) Method

public static System.Uri GetEndpointUrl(string Owner, string Name);

Parameters

Owner 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.Uri