NAME
Imgur::API::Model::GalleryProfile
DESCRIPTION
The totals for a users gallery information.
FIELDS
total_gallery_comments integer
-
Total number of comments the user has made in the gallery
total_gallery_favorites integer
-
Total number of items favorited by the user in the gallery
total_gallery_submissions integer
-
Total number of images submitted by the user.
trophies Array
-
An array of trophies that the user has.
EXAMPLE
{
"status" : 200,
"data" : {
"total_gallery_submissions" : 4,
"total_gallery_likes" : 23,
"trophies" : [
{
"image" : "http://s.imgur.com/images/trophies/a84ade.png",
"description" : "Be a member of Imgur for one year.",
"id" : 1,
"name" : "1 Year",
"datetime" : 1357344455,
"name_clean" : "1Years",
"data" : null,
"data_link" : null
}
],
"total_gallery_comments" : 40
},
"success" : true
}
SEE ALSO
http://api.imgur.com/models/galleryprofile
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 17:
'=item' outside of any '=over'
- Around line 58:
You forgot a '=back' before '=head1'