Свойство | Тип | Описание | |
---|---|---|---|
CustomGalleryEndpoint | System |
Метод | Описание | |
---|---|---|
AddCustomGalleryTagsAsync ( IEnumerable |
Add tags to a user's custom gallery. OAuth authentication required.
|
|
AddFilteredOutGalleryTagAsync ( string tag ) : Task |
Add tags to filter out. OAuth authentication required.
|
|
CustomGalleryEndpoint ( IApiClient apiClient ) : System |
Initializes a new instance of the CustomGalleryEndpoint class.
|
|
GetCustomGalleryAsync ( CustomGallerySortOrder sort = CustomGallerySortOrder.Viral, TimeWindow window = TimeWindow.Week, int page = null ) : Task |
View images for current user's custom gallery. OAuth authentication required.
|
|
GetCustomGalleryItemAsync ( string galleryItemId ) : Task |
View a single item in a user's custom gallery. OAuth authentication required.
|
|
GetFilteredOutGalleryAsync ( CustomGallerySortOrder sort = CustomGallerySortOrder.Viral, TimeWindow window = TimeWindow.Week, int page = null ) : Task |
Retrieve user's filtered out gallery. OAuth authentication required.
|
|
RemoveCustomGalleryTagsAsync ( IEnumerable |
Remove tags from a custom gallery. OAuth authentication required.
|
|
RemoveFilteredOutGalleryTagAsync ( string tag ) : Task |
Remove a filtered out tag. OAuth authentication required.
|
Метод | Описание | |
---|---|---|
CustomGalleryEndpoint ( IApiClient apiClient, |
Initializes a new instance of the CustomGalleryEndpoint class.
|
public AddCustomGalleryTagsAsync ( IEnumerable |
||
tags | IEnumerable |
The tags that should be added. |
Результат | Task |
public AddFilteredOutGalleryTagAsync ( string tag ) : Task |
||
tag | string | The tag that should be filtered out. |
Результат | Task |
public CustomGalleryEndpoint ( IApiClient apiClient ) : System | ||
apiClient | IApiClient | The type of client that will be used for authentication. |
Результат | System |
public GetCustomGalleryAsync ( CustomGallerySortOrder sort = CustomGallerySortOrder.Viral, TimeWindow window = TimeWindow.Week, int page = null ) : Task |
||
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 | Set the page number so you don't have to retrieve all the data at once. Default: null |
Результат | Task |
public GetCustomGalleryItemAsync ( string galleryItemId ) : Task |
||
galleryItemId | string | The gallery item id. |
Результат | Task |
public GetFilteredOutGalleryAsync ( CustomGallerySortOrder sort = CustomGallerySortOrder.Viral, TimeWindow window = TimeWindow.Week, int page = null ) : Task |
||
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 | Set the page number so you don't have to retrieve all the data at once. Default: null |
Результат | Task |
public RemoveCustomGalleryTagsAsync ( IEnumerable |
||
tags | IEnumerable |
The tags that should be removed. |
Результат | Task |
public RemoveFilteredOutGalleryTagAsync ( string tag ) : Task |
||
tag | string | The tag that should be removed. |
Результат | Task |