Flickr-API

 view release on metacpan or  search on metacpan

lib/Flickr/API/Request.pm  view on Meta::CPAN

  });

  my $response = $api->execute_request($request);


=head1 DESCRIPTION

This object encapsulates a request to the Flickr API.

C<Flickr::API::Request> is a subclass of L<HTTP::Request>, so you can access
any of the request parameters and tweak them yourself. The content, content-type
header and content-length header are all built from the 'args' list by the
C<Flickr::API::execute_request()> method.


=head1 AUTHOR

Copyright (C) 2004, Cal Henderson, E<lt>cal@iamcal.comE<gt>

OAuth patches and additions 
Copyright (C) 2014-2016, Louis B. Moore <lbmoore@cpan.org>



( run in 1.873 second using v1.01-cache-2.11-cpan-524268b4103 )