View on GitHub

GithubClient

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

GithubClient

GithubClient.Git

BaseTree Class

A Git tree object creates the hierarchy between files in a Git repository

public class BaseTree : GithubClient.Git.GitObject

Inheritance System.Object 🡒 GitObject 🡒 BaseTree

See Also

Constructors  
BaseTree(List<Tree>) Default ctor with required properties
Fields  
Api Github API Url
Properties  
Tree A collection of Tree objects
Truncated  
Methods  
GetApiUrl() A method to return the API Url
GetEndpoint(string, string, string) The endpoint used to get a tree from the API
GetHeader() A method to return the default header
PostEndpoint(string, string) The endpoint used to post a tree to the API