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

NAME

Imgur::API::Model::Account

DESCRIPTION

    This model is used to represent the basic account information.

FIELDS

id Integer

    The account id for the username requested.

url String

    The account username, will be the same as requested in the URL

bio String

    A basic description the user has filled out

reputation Float

    The reputation for the account, in it's numerical format.

created Integer

    The epoch time of account creation

pro_expiration Integer or Boolean

    False if not a pro user, their expiration date if they are.

EXAMPLE

 {
   "success" : true,
   "status" : 200,
   "data" : {
      "url" : "joshTest",
      "reputation" : 15303.84,
      "bio" : "A real hoopy frood who really knows where his towel is at.",
      "created" : 1376951504,
      "pro_expiration" : false,
      "id" : 384077
   }
}

SEE ALSO

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

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 17:

'=item' outside of any '=over'

Around line 78:

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