Imgur-API

 view release on metacpan or  search on metacpan

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


For anonymous albums, {album} should be the deletehash that is returned at creation. If uploading anonymous images to anonymous album please use the optional parameter of deletehashes[] rather than ids[]. Note: including the optional deletehashes[] p...

=back

B<Parameters>

=over 4


=item *
 C<album> I<required>

Album

=item *
 C<deletehashes[]> I<optional>

The image deletehashes that you want to be added to the album.  The [] represents the ability to use this variable as an array.

=item *
 C<ids[]> I<optional>

The image ids that you want to be added to the album.  The [] represents the ability to use this variable as an array.


=back


=head2 removeFrom

=over 2

Takes parameter, ids[], as an array of ids and removes from the album. For anonymous albums, {album} should be the deletehash that is returned at creation.

=back

B<Parameters>

=over 4


=item *
 C<ids[]> I<required>

The image ids that you want to be removed from the album.

=item *
 C<album> I<required>

Album


=back


=head1 SEE ALSO

=over 4 

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

=back

=cut



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