GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Flickr::API::Reflection(3) User Contributed Perl Documentation Flickr::API::Reflection(3)

Flickr::API::Reflection - An interface to the flickr.reflection.* methods.

  use Flickr::API::Reflection;

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

or

  my $api = Flickr::API::Reflection->import_storable_config($config_file);

  my @methods = $api->methods_list();
  my %methods = $api->methods_hash();

  my $method = $api->get_method('flickr.reflection.getMethodInfo');

This object encapsulates the flickr reflection methods.

"Flickr::API::Reflection" is a subclass of Flickr::API, so you can access all of Flickr's reflection goodness while ignoring the nitty-gritty of setting up the conversation.

"methods_list"
Returns an array of Flickr's API methods.
"methods_hash"
Returns a hash of Flickr's API methods.
"get_method"
Returns a hash reference to a description of the method from Flickr.

Copyright (C) 2015, Louis B. Moore

This program is released under the Artistic License 2.0 by The Perl Foundation.

Flickr::API. Flickr <http://www.flickr.com/>, <http://www.flickr.com/services/api/> <https://github.com/iamcal/perl-Flickr-API>
2016-10-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.