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 |