C# 클래스 NGitHub.Services.RepositoryService

상속: IRepositoryService
파일 보기 프로젝트 열기: akilb/NGitHub 1 사용 예제들

공개 메소드들

메소드 설명
ForkAsync ( string user, string repo, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetBranchesAsync ( string user, string repo, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetCommitAsync ( string user, string repo, string sha, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetCommitsAsync ( string user, string repo, string branch, string lastSha, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetForksAsync ( string user, string repo, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetForksAsync ( string user, string repo, int page, int perPage, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetRepositoriesAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetRepositoriesAsync ( string user, int page, int perPage, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetRepositoryAsync ( string user, string repo, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetWatchedRepositoriesAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetWatchedRepositoriesAsync ( string user, int page, int perPage, Action callback, Action onError ) : GitHubRequestAsyncHandle
IsWatchingAsync ( string user, string repo, Action callback, Action onError ) : GitHubRequestAsyncHandle
RepositoryService ( IGitHubClient gitHubClient ) : System
UnwatchAsync ( string user, string repo, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
WatchAsync ( string user, string repo, System.Action callback, Action onError ) : GitHubRequestAsyncHandle

비공개 메소드들

메소드 설명
GetRepositoriesAsyncInternal ( string resource, int page, int perPage, Action callback, Action onError ) : GitHubRequestAsyncHandle

메소드 상세

ForkAsync() 공개 메소드

public ForkAsync ( string user, string repo, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetBranchesAsync() 공개 메소드

public GetBranchesAsync ( string user, string repo, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetCommitAsync() 공개 메소드

public GetCommitAsync ( string user, string repo, string sha, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
sha string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetCommitsAsync() 공개 메소드

public GetCommitsAsync ( string user, string repo, string branch, string lastSha, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
branch string
lastSha string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetForksAsync() 공개 메소드

public GetForksAsync ( string user, string repo, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetForksAsync() 공개 메소드

public GetForksAsync ( string user, string repo, int page, int perPage, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
page int
perPage int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetRepositoriesAsync() 공개 메소드

public GetRepositoriesAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetRepositoriesAsync() 공개 메소드

public GetRepositoriesAsync ( string user, int page, int perPage, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
page int
perPage int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetRepositoryAsync() 공개 메소드

public GetRepositoryAsync ( string user, string repo, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetWatchedRepositoriesAsync() 공개 메소드

public GetWatchedRepositoriesAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetWatchedRepositoriesAsync() 공개 메소드

public GetWatchedRepositoriesAsync ( string user, int page, int perPage, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
page int
perPage int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

IsWatchingAsync() 공개 메소드

public IsWatchingAsync ( string user, string repo, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

RepositoryService() 공개 메소드

public RepositoryService ( IGitHubClient gitHubClient ) : System
gitHubClient IGitHubClient
리턴 System

UnwatchAsync() 공개 메소드

public UnwatchAsync ( string user, string repo, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
callback System.Action
onError Action
리턴 GitHubRequestAsyncHandle

WatchAsync() 공개 메소드

public WatchAsync ( string user, string repo, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
callback System.Action
onError Action
리턴 GitHubRequestAsyncHandle