Cloudinary
view release on metacpan or search on metacpan
Cloudinary-0.16/Cloudinary-0.16/README view on Meta::CPAN
* A hash
{ file => 'path/to/image' }
* A Mojo::Upload object.
* A Mojo::Asset object.
* A URL
"res" in callbacks will be the JSON response from
<http://cloudinary.com> as a hash ref. It may also be "undef" if
something went wrong with the actual HTTP POST.
See also <https://cloudinary.com/documentation/upload_images> and
<http://cloudinary.com/documentation/upload_images#raw_uploads>.
destroy
$self->destroy(
{
public_id => $public_id,
Cloudinary-0.16/Cloudinary-0.16/lib/Cloudinary.pm view on Meta::CPAN
{ file => 'path/to/image' }
=item * A L<Mojo::Upload> object.
=item * A L<Mojo::Asset> object.
=item * A URL
=back
C<res> in callbacks will be the JSON response from L<http://cloudinary.com>
as a hash ref. It may also be C<undef> if something went wrong with the
actual HTTP POST.
See also L<https://cloudinary.com/documentation/upload_images> and
L<http://cloudinary.com/documentation/upload_images#raw_uploads>.
=head2 destroy
$self->destroy(
{
* A hash
{ file => 'path/to/image' }
* A Mojo::Upload object.
* A Mojo::Asset object.
* A URL
"res" in callbacks will be the JSON response from
<http://cloudinary.com> as a hash ref. It may also be "undef" if
something went wrong with the actual HTTP POST.
See also <https://cloudinary.com/documentation/upload_images> and
<http://cloudinary.com/documentation/upload_images#raw_uploads>.
destroy
$self->destroy(
{
public_id => $public_id,
lib/Cloudinary.pm view on Meta::CPAN
{ file => 'path/to/image' }
=item * A L<Mojo::Upload> object.
=item * A L<Mojo::Asset> object.
=item * A URL
=back
C<res> in callbacks will be the JSON response from L<http://cloudinary.com>
as a hash ref. It may also be C<undef> if something went wrong with the
actual HTTP POST.
See also L<https://cloudinary.com/documentation/upload_images> and
L<http://cloudinary.com/documentation/upload_images#raw_uploads>.
=head2 destroy
$self->destroy(
{
( run in 0.483 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )