Method | Description | |
---|---|---|
ForkAsync ( string user, string repo, Action |
||
GetBranchesAsync ( string user, string repo, Action |
||
GetCommitAsync ( string user, string repo, string sha, Action |
||
GetCommitsAsync ( string user, string repo, string branch, string lastSha, Action |
||
GetForksAsync ( string user, string repo, int page, Action |
||
GetForksAsync ( string user, string repo, int page, int perPage, Action |
||
GetRepositoriesAsync ( string user, int page, Action |
||
GetRepositoriesAsync ( string user, int page, int perPage, Action |
||
GetRepositoryAsync ( string user, string repo, Action |
||
GetWatchedRepositoriesAsync ( string user, int page, Action |
||
GetWatchedRepositoriesAsync ( string user, int page, int perPage, Action |
||
IsWatchingAsync ( string user, string repo, Action |
||
RepositoryService ( IGitHubClient gitHubClient ) : System | ||
UnwatchAsync ( string user, string repo, System.Action callback, Action |
||
WatchAsync ( string user, string repo, System.Action callback, Action |
Method | Description | |
---|---|---|
GetRepositoriesAsyncInternal ( string resource, int page, int perPage, Action |
public ForkAsync ( string user, string repo, Action |
||
user | string | |
repo | string | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetBranchesAsync ( string user, string repo, Action |
||
user | string | |
repo | string | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetCommitAsync ( string user, string repo, string sha, Action |
||
user | string | |
repo | string | |
sha | string | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetCommitsAsync ( string user, string repo, string branch, string lastSha, Action |
||
user | string | |
repo | string | |
branch | string | |
lastSha | string | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetForksAsync ( string user, string repo, int page, Action |
||
user | string | |
repo | string | |
page | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetForksAsync ( string user, string repo, int page, int perPage, Action |
||
user | string | |
repo | string | |
page | int | |
perPage | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetRepositoriesAsync ( string user, int page, Action |
||
user | string | |
page | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetRepositoriesAsync ( string user, int page, int perPage, Action |
||
user | string | |
page | int | |
perPage | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetRepositoryAsync ( string user, string repo, Action |
||
user | string | |
repo | string | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetWatchedRepositoriesAsync ( string user, int page, Action |
||
user | string | |
page | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetWatchedRepositoriesAsync ( string user, int page, int perPage, Action |
||
user | string | |
page | int | |
perPage | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public IsWatchingAsync ( string user, string repo, Action |
||
user | string | |
repo | string | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public RepositoryService ( IGitHubClient gitHubClient ) : System | ||
gitHubClient | IGitHubClient | |
return | System |
public UnwatchAsync ( string user, string repo, System.Action callback, Action |
||
user | string | |
repo | string | |
callback | System.Action | |
onError | Action |
|
return | GitHubRequestAsyncHandle |
public WatchAsync ( string user, string repo, System.Action callback, Action |
||
user | string | |
repo | string | |
callback | System.Action | |
onError | Action |
|
return | GitHubRequestAsyncHandle |