Imgur-API
view release on metacpan or search on metacpan
lib/Imgur/API/Endpoint/Gallery.pod view on Meta::CPAN
=head2 random
=over 2
Returns a random set of gallery images.
=back
B<Parameters>
=over 4
=item *
C<page> I<optional>
A page of random gallery images, from 0-50. Pages are regenerated every hour.
=back
=head2 toGallery
=over 2
Share an Album or Image to the Gallery.
=back
B<Parameters>
=over 4
=item *
C<title> I<required>
The title of the image. This is required.
=item *
C<topic> I<optional>
Topic name
=item *
C<tags[]> I<optional>
The name of the tags you wish to associate with a post. Can be passed as tags[]=funny&tags[]=cat or tags=funny,cat
=item *
C<mature> I<optional>
If the post is mature, set this value to 1.
=item *
C<terms> I<optional>
If the user has not accepted our terms yet, this endpoint will return an error. To by-pass the terms in general simply set this value to 1.
=item *
C<gallery> I<required>
Gallery
=back
=head2 fromGallery
=over 2
Remove an image from the gallery. You must be logged in as the owner of the item to do this action.
=back
B<Parameters>
=over 4
=item *
C<gallery> I<required>
Gallery
=back
=head2 album
=over 2
Get additional information about an album in the gallery.
=back
B<Parameters>
=over 4
=item *
C<gallery> I<required>
Gallery
=back
=head2 image
=over 2
Get additional information about an image in the gallery.
lib/Imgur/API/Endpoint/Gallery.pod view on Meta::CPAN
Gallery
=item *
C<commentReply> I<required>
CommentReply
=back
=head2 commentIds
=over 2
List all of the IDs for the comments on an image.
=back
B<Parameters>
=over 4
=item *
C<gallery> I<required>
Gallery
=back
=head2 commentCount
=over 2
The number of comments on an Image.
=back
B<Parameters>
=over 4
=item *
C<gallery> I<required>
Gallery
=back
=head1 SEE ALSO
=over 4
https://api.imgur.com/endpoints/gallery
=back
=cut
( run in 0.990 second using v1.01-cache-2.11-cpan-d7f47b0818f )