C# Class Github.API.Adapter

ファイルを表示 Open project: alexbeletsky/beerncode Class Usage Examples

Public Methods

Method 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

Method Description
GetDataFromGitHub ( string url ) : string

Method Details

GetAllCommits() public method

public GetAllCommits ( string username, string repository, string branch ) : IList
username string
repository string
branch string
return IList

GetBlob() public method

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

GetBlobAll() public method

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

GetBlobs() public method

public GetBlobs ( string username, string repository, string sha ) : IList
username string
repository string
sha string
return IList

GetBlobsRawData() public method

public GetBlobsRawData ( string username, string repository, string sha ) : string
username string
repository string
sha string
return string

GetTrees() public method

public GetTrees ( string username, string repository, string treeSha ) : IList
username string
repository string
treeSha string
return IList