C# Class Huaban.UWP.Api.UserAPI

Inheritance: APIBase
Afficher le fichier Open project: dblleaf/Huaban

Méthodes publiques

Méthode Description
GetBoards ( string userID, long max ) : Task>
GetFollowerList ( string userID, long max, int limit = 20 ) : Task>
GetFollowing ( long max ) : Task>
GetFollowingBoardList ( string userID, int page ) : Task>
GetFollowingUserList ( string userID, long max, int limit = 20 ) : Task>
GetLikePins ( string userID, long max ) : Task>
GetPins ( string userID, long max ) : Task>
GetSelf ( ) : Task
GetUser ( string userID ) : Task
UserAPI ( IClient client ) : System.Collections.Generic
follow ( string userID, bool follow ) : Task

Method Details

GetBoards() public méthode

public GetBoards ( string userID, long max ) : Task>
userID string
max long
Résultat Task>

GetFollowerList() public méthode

public GetFollowerList ( string userID, long max, int limit = 20 ) : Task>
userID string
max long
limit int
Résultat Task>

GetFollowing() public méthode

public GetFollowing ( long max ) : Task>
max long
Résultat Task>

GetFollowingBoardList() public méthode

public GetFollowingBoardList ( string userID, int page ) : Task>
userID string
page int
Résultat Task>

GetFollowingUserList() public méthode

public GetFollowingUserList ( string userID, long max, int limit = 20 ) : Task>
userID string
max long
limit int
Résultat Task>

GetLikePins() public méthode

public GetLikePins ( string userID, long max ) : Task>
userID string
max long
Résultat Task>

GetPins() public méthode

public GetPins ( string userID, long max ) : Task>
userID string
max long
Résultat Task>

GetSelf() public méthode

public GetSelf ( ) : Task
Résultat Task

GetUser() public méthode

public GetUser ( string userID ) : Task
userID string
Résultat Task

UserAPI() public méthode

public UserAPI ( IClient client ) : System.Collections.Generic
client IClient
Résultat System.Collections.Generic

follow() public méthode

public follow ( string userID, bool follow ) : Task
userID string
follow bool
Résultat Task