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

NAME

Imgur::API::Model::GalleryProfile

DESCRIPTION

    The totals for a users gallery information.

FIELDS

    Total number of comments the user has made in the gallery

    Total number of items favorited by the user in the gallery

    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'