C# Class Huaban.UWP.Api.PinAPI

Inheritance: APIBase
Datei anzeigen Open project: dblleaf/Huaban

Public Methods

Method Description
GetLikeList ( string PinID, long max, int limit = 20 ) : Task>
GetPin ( string PinID ) : Task
GetRecommendList ( string PinID, int page = 1, int per_page = 10 ) : Task>
GetRelatedBoards ( string PinID, long max ) : Task>
Like ( string PinID, bool liked ) : Task

喜欢/取消喜欢

Pin ( string PinID, string BoardID, string text = "" ) : Task

采集

PinAPI ( IClient client ) : System.Collections.Generic
Search ( string keyword, int page = 1, int per_page = 20 ) : Task>

Method Details

GetLikeList() public method

public GetLikeList ( string PinID, long max, int limit = 20 ) : Task>
PinID string
max long
limit int
return Task>

GetPin() public method

public GetPin ( string PinID ) : Task
PinID string
return Task

GetRecommendList() public method

public GetRecommendList ( string PinID, int page = 1, int per_page = 10 ) : Task>
PinID string
page int
per_page int
return Task>

GetRelatedBoards() public method

public GetRelatedBoards ( string PinID, long max ) : Task>
PinID string
max long
return Task>

Like() public method

喜欢/取消喜欢
public Like ( string PinID, bool liked ) : Task
PinID string
liked bool
return Task

Pin() public method

采集
public Pin ( string PinID, string BoardID, string text = "" ) : Task
PinID string
BoardID string
text string
return Task

PinAPI() public method

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

Search() public method

public Search ( string keyword, int page = 1, int per_page = 20 ) : Task>
keyword string
page int
per_page int
return Task>