C# Класс Wonka.Core.Github.GithubAdapter

Наследование: IGithubAdapter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAllReferences ( ) : IList
GetBlob ( string sha ) : Blob
GetTrees ( string sha ) : Trees
GithubAdapter ( string user, string repo ) : System

Описание методов

GetAllReferences() публичный Метод

public GetAllReferences ( ) : IList
Результат IList

GetBlob() публичный Метод

public GetBlob ( string sha ) : Blob
sha string
Результат Blob

GetTrees() публичный Метод

public GetTrees ( string sha ) : Trees
sha string
Результат Wonka.Core.Github.Model.Trees

GithubAdapter() публичный Метод

public GithubAdapter ( string user, string repo ) : System
user string
repo string
Результат System