C# Class Huaban.UWP.Api.UserAPI

Inheritance: APIBase
Datei anzeigen Open project: dblleaf/Huaban

Public Methods

Method 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 method

public GetBoards ( string userID, long max ) : Task>
userID string
max long
return Task>

GetFollowerList() public method

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

GetFollowing() public method

public GetFollowing ( long max ) : Task>
max long
return Task>

GetFollowingBoardList() public method

public GetFollowingBoardList ( string userID, int page ) : Task>
userID string
page int
return Task>

GetFollowingUserList() public method

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

GetLikePins() public method

public GetLikePins ( string userID, long max ) : Task>
userID string
max long
return Task>

GetPins() public method

public GetPins ( string userID, long max ) : Task>
userID string
max long
return Task>

GetSelf() public method

public GetSelf ( ) : Task
return Task

GetUser() public method

public GetUser ( string userID ) : Task
userID string
return Task

UserAPI() public method

public UserAPI ( IClient client ) : System.Collections.Generic
client IClient
return System.Collections.Generic

follow() public method

public follow ( string userID, bool follow ) : Task
userID string
follow bool
return Task