C# Class Github.API.Adapter

Afficher le fichier Open project: alexbeletsky/beerncode Class Usage Examples

Méthodes publiques

Méthode Description
GetAllCommits ( string username, string repository, string branch ) : IList
GetBlob ( string username, string repository, string sha, string path ) : BlobObject
GetBlobAll ( string username, string repo, string branch, string sha ) : BlobsAll
GetBlobs ( string username, string repository, string sha ) : IList
GetBlobsRawData ( string username, string repository, string sha ) : string
GetTrees ( string username, string repository, string treeSha ) : IList

Private Methods

Méthode Description
GetDataFromGitHub ( string url ) : string

Method Details

GetAllCommits() public méthode

public GetAllCommits ( string username, string repository, string branch ) : IList
username string
repository string
branch string
Résultat IList

GetBlob() public méthode

public GetBlob ( string username, string repository, string sha, string path ) : BlobObject
username string
repository string
sha string
path string
Résultat Github.API.Model.BlobObject

GetBlobAll() public méthode

public GetBlobAll ( string username, string repo, string branch, string sha ) : BlobsAll
username string
repo string
branch string
sha string
Résultat Github.API.Model.BlobsAll

GetBlobs() public méthode

public GetBlobs ( string username, string repository, string sha ) : IList
username string
repository string
sha string
Résultat IList

GetBlobsRawData() public méthode

public GetBlobsRawData ( string username, string repository, string sha ) : string
username string
repository string
sha string
Résultat string

GetTrees() public méthode

public GetTrees ( string username, string repository, string treeSha ) : IList
username string
repository string
treeSha string
Résultat IList