{
    "mode": "perldoc",
    "parameter": "Flickr::API::Reflection",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Flickr%3A%3AAPI%3A%3AReflection/json",
    "generated": "2026-06-16T03:50:07Z",
    "synopsis": "use Flickr::API::Reflection;\nmy $api = Flickr::API::Reflection->new({'consumerkey' => 'yourapikey'});\nor\nmy $api = Flickr::API::Reflection->importstorableconfig($configfile);\nmy @methods = $api->methodslist();\nmy %methods = $api->methodshash();\nmy $method = $api->getmethod('flickr.reflection.getMethodInfo');",
    "sections": {
        "NAME": {
            "content": "Flickr::API::Reflection - An interface to the flickr.reflection.* methods.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Flickr::API::Reflection;\n\nmy $api = Flickr::API::Reflection->new({'consumerkey' => 'yourapikey'});\n\nor\n\nmy $api = Flickr::API::Reflection->importstorableconfig($configfile);\n\nmy @methods = $api->methodslist();\nmy %methods = $api->methodshash();\n\nmy $method = $api->getmethod('flickr.reflection.getMethodInfo');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This object encapsulates the flickr reflection methods.\n\n\"Flickr::API::Reflection\" is a subclass of Flickr::API, so you can access all of Flickr's\nreflection goodness while ignoring the nitty-gritty of setting up the conversation.\n",
            "subsections": []
        },
        "SUBROUTINES/METHODS": {
            "content": "\"methodslist\"\nReturns an array of Flickr's API methods.\n\n\"methodshash\"\nReturns a hash of Flickr's API methods.\n\n\"getmethod\"\nReturns a hash reference to a description of the method from Flickr.\n",
            "subsections": []
        },
        "LICENSE AND COPYRIGHT": {
            "content": "Copyright (C) 2015, Louis B. Moore\n\nThis program is released under the Artistic License 2.0 by The Perl Foundation.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Flickr::API. Flickr <http://www.flickr.com/>, <http://www.flickr.com/services/api/>\n<https://github.com/iamcal/perl-Flickr-API>\n",
            "subsections": []
        }
    },
    "summary": "Flickr::API::Reflection - An interface to the flickr.reflection.* methods.",
    "flags": [],
    "examples": [],
    "see_also": []
}