# phpman > perldoc > Flickr::API::Reflection

## NAME
    [Flickr::API::Reflection](https://www.chedong.com/phpMan.php/perldoc/Flickr%3A%3AAPI%3A%3AReflection/markdown) - An interface to the flickr.reflection.* methods.

## SYNOPSIS
      use [Flickr::API::Reflection](https://www.chedong.com/phpMan.php/perldoc/Flickr%3A%3AAPI%3A%3AReflection/markdown);

      my $api = [Flickr::API::Reflection](https://www.chedong.com/phpMan.php/perldoc/Flickr%3A%3AAPI%3A%3AReflection/markdown)->new({'consumer_key' => 'your_api_key'});

    or

      my $api = [Flickr::API::Reflection](https://www.chedong.com/phpMan.php/perldoc/Flickr%3A%3AAPI%3A%3AReflection/markdown)->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](https://www.chedong.com/phpMan.php/perldoc/Flickr%3A%3AAPI%3A%3AReflection/markdown)" is a subclass of [Flickr::API](https://www.chedong.com/phpMan.php/perldoc/Flickr%3A%3AAPI/markdown), 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
    [Flickr::API](https://www.chedong.com/phpMan.php/perldoc/Flickr%3A%3AAPI/markdown). Flickr <<http://www.flickr.com/>>, <<http://www.flickr.com/services/api/>>
    <<https://github.com/iamcal/perl-Flickr-API>>

