C# Class Huaban.UWP.Api.PinAPI

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

Méthodes publiques

Méthode 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 méthode

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

GetPin() public méthode

public GetPin ( string PinID ) : Task
PinID string
Résultat Task

GetRecommendList() public méthode

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

GetRelatedBoards() public méthode

public GetRelatedBoards ( string PinID, long max ) : Task>
PinID string
max long
Résultat Task>

Like() public méthode

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

Pin() public méthode

采集
public Pin ( string PinID, string BoardID, string text = "" ) : Task
PinID string
BoardID string
text string
Résultat Task

PinAPI() public méthode

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

Search() public méthode

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