NAME
Imgur::API::Endpoint::Custom_gallery
DESCRIPTION
Access to the imgur Custom_gallery API Endpoint.
See: https://api.imgur.com/endpoints/custom_gallery
METHODS
customGallery
View images for current user's custom gallery
Parameters
windowoptionalChange the date range of the request if the sort is "top", day | week | month | year | all, defaults to weekpageoptionalinteger - the data paging numbersortoptionalviral | time | top - defaults to viral
customGalleryImage
View a single image in a user's custom gallery
Parameters
image_idrequiredThe ID for the gallery item.item_idrequiredItem_id
customGalleryAdd
Add tags to a user's custom gallery
Parameters
tagsrequiredArray of tags (e.g. 'cats,dogs')
customGalleryRemove
Remove tags from a custom gallery
Parameters
tagsrequiredArray of tags (e.g. 'cats,dogs')
7 POD Errors
The following errors were encountered while parsing the POD:
- Around line 21:
'=item' outside of any '=over'
- Around line 38:
You forgot a '=back' before '=head2'
- Around line 44:
'=item' outside of any '=over'
- Around line 56:
You forgot a '=back' before '=head2'
- Around line 62:
'=item' outside of any '=over'
- Around line 69:
You forgot a '=back' before '=head2'
- Around line 75:
'=item' outside of any '=over'
=over without closing =back