NAME
Imgur::API::Model::Tag
DESCRIPTION
The base model for a tag.
FIELDS
name string
-
Name of the tag.
followers integer
-
Number of followers for the tag.
total_items integer
-
Total number of gallery items for the tag.
following boolean
-
OPTIONAL, boolean representing whether or not the user is following the tag in their custom gallery
items Array of Gallery Images and Gallery Albums
-
Gallery items with current tag.
EXAMPLE
{
"data": {
"name": "dogs",
"followers": 20,
total_items: 3,
following: [
{
"id": "YmeHP",
"name": "Cute Animals"
},
{
"id": "UBVtN",
"name": "Furry Friends"
}
]
"items": [
... Array of Gallery Images and Gallery Albums ...
]
},
"success": true,
"status": 200
}
SEE ALSO
http://api.imgur.com/models/tag
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'