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

  • 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

View a single image in a user's custom gallery

Parameters

  • image_id required

    The ID for the gallery item.
  • item_id required

    Item_id

customGalleryAdd

Add tags to a user's custom gallery

Parameters

  • tags required

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

customGalleryRemove

Remove tags from a custom gallery

Parameters

  • tags required

    Array 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