NAME
Imgur::API::Endpoint::Image
DESCRIPTION
Access to the imgur Image API Endpoint.
METHODS
get
Get information about an image.
Parameters
imagerequiredImage
upload
Upload a new image.
Parameters
nameoptionalThe name of the file, this is automatically detected if uploading a file with a POST and multipart / form-data
typeoptionalThe type of the file that's being sent; file, base64 or URL
titleoptionalThe title of the image.
imagerequiredA binary file, base64 data, or a URL for an image. (up to 10MB)
descriptionoptionalThe description 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.
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
titleoptionalThe title of the image.
descriptionoptionalThe description 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
SEE ALSO
https://api.imgur.com/endpoints/image