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
SEE ALSO
http://api.imgur.com/models/
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 13:
'=item' outside of any '=over'
- Around line 44:
You forgot a '=back' before '=head1'