C# Class NGitHub.Services.UserService

Inheritance: IUserService
Afficher le fichier Open project: akilb/NGitHub Class Usage Examples

Méthodes publiques

Méthode Description
FollowAsync ( string user, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
GetAuthenticatedUserAsync ( Action callback, Action onError ) : GitHubRequestAsyncHandle
GetFollowersAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetFollowingAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetUserAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetWatchersAsync ( string user, string repo, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
IsFollowingAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
UnfollowAsync ( string user, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
UserService ( IGitHubClient gitHubClient ) : System

Method Details

FollowAsync() public méthode

public FollowAsync ( string user, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
callback System.Action
onError Action
Résultat GitHubRequestAsyncHandle

GetAuthenticatedUserAsync() public méthode

public GetAuthenticatedUserAsync ( Action callback, Action onError ) : GitHubRequestAsyncHandle
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetFollowersAsync() public méthode

public GetFollowersAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
page int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetFollowingAsync() public méthode

public GetFollowingAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
page int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetUserAsync() public méthode

public GetUserAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetWatchersAsync() public méthode

public GetWatchersAsync ( string user, string repo, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
page int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

IsFollowingAsync() public méthode

public IsFollowingAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

UnfollowAsync() public méthode

public UnfollowAsync ( string user, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
callback System.Action
onError Action
Résultat GitHubRequestAsyncHandle

UserService() public méthode

public UserService ( IGitHubClient gitHubClient ) : System
gitHubClient IGitHubClient
Résultat System