View on GitHub

GithubClient

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

GithubClient

GithubClient.Git.BaseTree

BaseTree.PostEndpoint(string, string) Method

The endpoint used to post a tree to the API

public static System.Uri PostEndpoint(string Owner, string Repo);

Parameters

Owner System.String

Repo System.String

Returns

System.Uri