Свойство | Тип | Описание | |
---|---|---|---|
TopicEndpoint | System |
Метод | Описание | |
---|---|---|
GetDefaultTopicsAsync ( ) : Task |
Get the list of default topics.
|
|
GetGalleryTopicItemAsync ( string galleryItemId, string topicId ) : Task |
View a single item in a gallery topic.
|
|
GetGalleryTopicItemsAsync ( string topicId, CustomGallerySortOrder sort = CustomGallerySortOrder.Viral, TimeWindow window = TimeWindow.Week, int page = null ) : Task |
View gallery items for a topic.
|
|
TopicEndpoint ( IApiClient apiClient ) : System |
Initializes a new instance of the TopicEndpoint class.
|
Метод | Описание | |
---|---|---|
TopicEndpoint ( IApiClient apiClient, |
Initializes a new instance of the TopicEndpoint class.
|
public GetGalleryTopicItemAsync ( string galleryItemId, string topicId ) : Task |
||
galleryItemId | string | The gallery item id. |
topicId | string | /// The ID or URL-formatted name of the topic. If using a topic's name, replace its spaces with /// underscores (Mother's_Day). /// |
Результат | Task |
public GetGalleryTopicItemsAsync ( string topicId, CustomGallerySortOrder sort = CustomGallerySortOrder.Viral, TimeWindow window = TimeWindow.Week, int page = null ) : Task |
||
topicId | string | /// The ID or URL-formatted name of the topic. If using a topic's name, replace its spaces with /// underscores (Mother's_Day). /// |
sort | CustomGallerySortOrder | The order that the gallery should be sorted by. Default: Viral |
window | TimeWindow | The time period that should be used in filtering requests. Default: Week |
page | int | The data paging number. Default: null |
Результат | Task |
public TopicEndpoint ( IApiClient apiClient ) : System | ||
apiClient | IApiClient | The type of client that will be used for authentication. |
Результат | System |