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
link string
-
The URL link to the custom gallery
-
An array of all the tag names in the custom gallery
item_count integer
-
The total number of gallery items in the custom gallery
items Array of Gallery Images and Gallery Albums
-
An array of all the gallery items in the custom gallery
EXAMPLE
{
"data"
: {
"items"
: [],
"account_url"
:
"jasdev"
,
"tags"
: [
"cats"
,
"dogs"
],
},
"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'