Flickr::API::Request - phpMan

Command: man perldoc info search(apropos)  


Flickr::API::Request(3pm)      User Contributed Perl Documentation      Flickr::API::Request(3pm)

NAME
       Flickr::API::Request - A request to the Flickr API

SYNOPSIS
   Using the OAuth form:
         use Flickr::API;
         use Flickr::API::Request;

         my $api = Flickr::API->new({'consumer_key' => 'your_api_key'});

         my $request = Flickr::API::Request->new({
             'method' => $method,
             'args' => {},
         });

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

   Using the original Flickr form:
         use Flickr::API;
         use Flickr::API::Request;

         my $api = Flickr::API->new({'key' => 'your_api_key'});

         my $request = Flickr::API::Request->new({
             '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>

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

SEE ALSO
       Flickr::API.  Net::OAuth,

perl v5.26.2                                2018-08-14                  Flickr::API::Request(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-12-12 19:38 @52.15.81.204 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!