NAME
Imgur::API::Endpoint::Image
DESCRIPTION
Access to the imgur Image API Endpoint.
See: https://api.imgur.com/endpoints/image
METHODS
get
Get information about an image.
Parameters
imagerequiredImage
upload
Upload a new image.
Parameters
titleoptionalThe title of the image.albumoptionalThe id of the album you want to add the image to. For anonymous albums, {album} should be the deletehash that is returned at creation.descriptionoptionalThe description of the image.imagerequiredA binary file, base64 data, or a URL for an image. (up to 10MB)nameoptionalThe name of the file, this is automatically detected if uploading a file with a POST and multipart / form-datatypeoptionalThe type of the file that's being sent; file, base64 or URL
delete
Deletes an image. For an anonymous image, {id} must be the image's deletehash. If the image belongs to your account then passing the ID of the image is sufficient.
Parameters
imagerequiredImage
update
Updates the title or description of an image. You can only update an image you own and is associated with your account. For an anonymous image, {id} must be the image's deletehash.
Parameters
descriptionoptionalThe description of the image.titleoptionalThe title of the image.imagerequiredImage
favorite
Favorite an image with the given ID. The user is required to be logged in to favorite the image.
Parameters
imagerequiredImage
9 POD Errors
The following errors were encountered while parsing the POD:
- Around line 21:
'=item' outside of any '=over'
- Around line 28:
You forgot a '=back' before '=head2'
- Around line 34:
'=item' outside of any '=over'
- Around line 70:
You forgot a '=back' before '=head2'
- Around line 76:
'=item' outside of any '=over'
- Around line 83:
You forgot a '=back' before '=head2'
- Around line 89:
'=item' outside of any '=over'
- Around line 106:
You forgot a '=back' before '=head2'
- Around line 112:
'=item' outside of any '=over'
=over without closing =back