Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Flickr::API::Reflection

Name Flickr::API::Reflection
Version 1.28
Located at /usr/share/perl5
File /usr/share/perl5/Flickr/API/Reflection.pm
Is Core No
Search CPAN for this module Flickr::API::Reflection
Documentation Flickr::API::Reflection
Module Details Flickr::API::Reflection

NAME

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


SYNOPSIS

  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');


DESCRIPTION

This object encapsulates the flickr reflection methods.

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


SUBROUTINES/METHODS

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.


LICENSE AND COPYRIGHT

Copyright (C) 2015, Louis B. Moore

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


SEE ALSO

the Flickr::API manpage. Flickr, http://www.flickr.com/services/api/ https://github.com/iamcal/perl-Flickr-API

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026