NAME

Imgur::API::Endpoint::Custom_gallery

SYNOPSISA

Access to the imgur Custom_gallery API Endpoint. 

See: https://api.imgur.com/endpoints/custom_gallery

METHODS

customGallery(%params)

View images for current user's custom gallery

Parameters =over 4

  • window OPTIONAL Change the date range of the request if the sort is "top", day | week | month | year | all, defaults to week

  • page OPTIONAL integer - the data paging number

  • sort OPTIONAL viral | time | top - defaults to viral

customGalleryImage(%params)

View a single image in a user's custom gallery

Parameters =over 4

  • image_id REQUIRED The ID for the gallery item.

  • item_id REQUIRED Item_id

customGalleryAdd(%params)

Add tags to a user's custom gallery

Parameters =over 4

  • tags REQUIRED Array of tags (e.g. 'cats,dogs')

customGalleryRemove(%params)

Remove tags from a custom gallery

Parameters =over 4

  • tags REQUIRED Array of tags (e.g. 'cats,dogs')

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 22:

'=item' outside of any '=over'

Around line 44:

'=item' outside of any '=over'

Around line 62:

'=item' outside of any '=over'

Around line 76:

'=item' outside of any '=over'