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
The endpoint used to post a tree to the API
public static System.Uri PostEndpoint(string Owner, string Repo);
Owner System.String
Repo System.String