Flickr::API::Request

A request to the Flickr API
Download

Flickr::API::Request Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cal Henderson
  • Publisher web site:
  • http://search.cpan.org/~iamcal/

Flickr::API::Request Tags


Flickr::API::Request Description

A request to the Flickr API Flickr::API::Request is a request to the Flickr API.SYNOPSIS use Flickr::API; use Flickr::API::Request; my $api = new Flickr::API({'key' => 'your_api_key'}); my $request = new Flickr::API::Request({ 'method' => $method, 'args' => {}, }); my $response = $api->execute_request($request);This object encapsulates a request to the Flickr API.Flickr::API::Request is a subclass of 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 Flickr::API::execute_request() method. Requirements: · Perl


Flickr::API::Request Related Software