Метод | Описание | |
---|---|---|
FollowAsync ( string user, System.Action callback, Action |
||
GetAuthenticatedUserAsync ( Action |
||
GetFollowersAsync ( string user, int page, Action |
||
GetFollowingAsync ( string user, int page, Action |
||
GetUserAsync ( string user, Action |
||
GetWatchersAsync ( string user, string repo, int page, Action |
||
IsFollowingAsync ( string user, Action |
||
UnfollowAsync ( string user, System.Action callback, Action |
||
UserService ( IGitHubClient gitHubClient ) : System |
public FollowAsync ( string user, System.Action callback, Action |
||
user | string | |
callback | System.Action | |
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public GetAuthenticatedUserAsync ( Action |
||
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public GetFollowersAsync ( string user, int page, Action |
||
user | string | |
page | int | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public GetFollowingAsync ( string user, int page, Action |
||
user | string | |
page | int | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public GetUserAsync ( string user, Action |
||
user | string | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public GetWatchersAsync ( string user, string repo, int page, Action |
||
user | string | |
repo | string | |
page | int | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public IsFollowingAsync ( string user, Action |
||
user | string | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public UnfollowAsync ( string user, System.Action callback, Action |
||
user | string | |
callback | System.Action | |
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public UserService ( IGitHubClient gitHubClient ) : System | ||
gitHubClient | IGitHubClient | |
Результат | System |