{
    "content": [
        {
            "type": "text",
            "text": "# Flickr::API::Reflection (perldoc)\n\n## NAME\n\nFlickr::API::Reflection - An interface to the flickr.reflection.* methods.\n\n## SYNOPSIS\n\nuse 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');\n\n## DESCRIPTION\n\nThis object encapsulates the flickr reflection methods.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SUBROUTINES/METHODS**\n- **LICENSE AND COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Flickr::API::Reflection",
        "section": "",
        "mode": "perldoc",
        "summary": "Flickr::API::Reflection - An interface to the flickr.reflection.* methods.",
        "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');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SUBROUTINES/METHODS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "LICENSE AND COPYRIGHT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}