debian man page for flickr::api::request

Query: flickr::api::request

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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@iamcal.com>
SEE ALSO
Flickr::API. perl v5.14.2 2014-07-04 Flickr::API::Request(3pm)
Related Man Pages
http::request(3) - suse
http::request(3) - osx
flickr::api::response(3pm) - debian
http::request(3pm) - debian
sru::request(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?