View on GitHub

GithubClient

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

GithubClient

GithubClient.Repositories.ContentFile

ContentFile.GetEndpointUrl(string, string, string, string) Method

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

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.

Path System.String

Path parameter

Ref System.String

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

Returns

System.Uri