C# Class Wonka.Core.Github.GithubAdapter

Inheritance: IGithubAdapter
Mostra file Open project: alexbeletsky/wonka Class Usage Examples

Public Methods

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

Method Details

GetAllReferences() public method

public GetAllReferences ( ) : IList
return IList

GetBlob() public method

public GetBlob ( string sha ) : Blob
sha string
return Blob

GetTrees() public method

public GetTrees ( string sha ) : Trees
sha string
return Wonka.Core.Github.Model.Trees

GithubAdapter() public method

public GithubAdapter ( string user, string repo ) : System
user string
repo string
return System