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

NAME

Imgur::API::Model::CustomGallery

DESCRIPTION

    This model represents a user's custom or filtered gallery

FIELDS

account_url string

    Username of the account that created the custom gallery

    The URL link to the custom gallery

tags array

    An array of all the tag names in the custom gallery

item_count integer

    The total number of gallery items in the custom gallery

    An array of all the gallery items in the custom gallery

EXAMPLE

 {
   "data" : {
      "items" : [],
      "account_url" : "jasdev",
      "tags" : [
         "cats",
         "dogs"
      ],
      "link" : "http://imgur.com/g/wRBsA"
   },
   "status" : 200,
   "success" : true
}

SEE ALSO

http://api.imgur.com/models/customgallery

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 17:

'=item' outside of any '=over'

Around line 68:

You forgot a '=back' before '=head1'