Flickr::API::Request(3pm) User Contributed Perl Documentation Flickr::API::Request(3pm)
NAME
Flickr::API::Request - 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);
DESCRIPTION
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.
AUTHOR
Copyright (C) 2004, Cal Henderson, <cal AT iamcal.com>
SEE ALSO
Flickr::API.
perl v5.8.8 2008-02-29 Flickr::API::Request(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 04:40 @38.107.179.240 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)