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

NAME

Imgur::API::Model::Basic

DESCRIPTION

    This is the basic response for requests that do not return data. If the POST request has a Basic model it will return the id.

FIELDS

data mixed

    Is null, boolean, or integer value. If it's a post then this will contain an object with the all generated values, such as an ID.

success boolean

    Was the request successful

status integer

    HTTP Status Code

EXAMPLE

 {
   "success" : true,
   "data" : true,
   "status" : 200
}

SEE ALSO

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

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 17:

'=item' outside of any '=over'

Around line 48:

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