The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Imgur::API::Endpoint::Custom_gallery

DESCRIPTION

    Access to the imgur Custom_gallery API Endpoint.

METHODS

customGallery

    View images for current user's custom gallery

Parameters

  • sort optional

    viral | time | top - defaults to viral

  • 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

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')

SEE ALSO

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