C# Class Wonka.Core.Github.GithubAdapter

Inheritance: IGithubAdapter
Afficher le fichier Open project: alexbeletsky/wonka Class Usage Examples

Méthodes publiques

Méthode Description
GetAllReferences ( ) : IList
GetBlob ( string sha ) : Blob
GetTrees ( string sha ) : Trees
GithubAdapter ( string user, string repo ) : System

Method Details

GetAllReferences() public méthode

public GetAllReferences ( ) : IList
Résultat IList

GetBlob() public méthode

public GetBlob ( string sha ) : Blob
sha string
Résultat Blob

GetTrees() public méthode

public GetTrees ( string sha ) : Trees
sha string
Résultat Wonka.Core.Github.Model.Trees

GithubAdapter() public méthode

public GithubAdapter ( string user, string repo ) : System
user string
repo string
Résultat System