View on GitHub

GithubClient

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

GithubClient

GithubClient.Repositories

ContentDirectory Class

The contents of a file or directory in a repository

public class ContentDirectory : GithubClient.Repositories.GitObject

Inheritance System.Object 🡒 GitObject 🡒 ContentDirectory

See Also

Fields  
Api Github API Url
Properties  
DownloadUrl The raw file download URl
GitUrl Github API Url for this objects blob
HtmlUrl A Url to view this object in a browser
Links Collection of links
Name Name of the object
Path Path to the object
Sha The file’s SHA-1 hash
Size File size in bytes
Type file or dir
Methods  
GetApiUrl() A method to return the API Url
GetEndpointUrl(string, string)  
GetEndpointUrl(string, string, string)  
GetEndpointUrl(string, string, string, string)  
GetHeader() A method to return the default header