C# 클래스 Wonka.Core.Github.GithubAdapter

상속: IGithubAdapter
파일 보기 프로젝트 열기: alexbeletsky/wonka 1 사용 예제들

공개 메소드들

메소드 설명
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