Imgur-API

 view release on metacpan or  search on metacpan

lib/Imgur/API/Endpoint/Image.pod  view on Meta::CPAN



=head2 update

=over 2

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.

=back

B<Parameters>

=over 4


=item *
 C<title> I<optional>

The title of the image.

=item *
 C<description> I<optional>

The description of the image.

=item *
 C<image> I<required>

Image


=back


=head2 favorite

=over 2

Favorite an image with the given ID. The user is required to be logged in to favorite the image.

=back

B<Parameters>

=over 4


=item *
 C<image> I<required>

Image


=back


=head1 SEE ALSO

=over 4 

https://api.imgur.com/endpoints/image

=back

=cut



( run in 1.050 second using v1.01-cache-2.11-cpan-d7f47b0818f )