{
    "content": [
        {
            "type": "text",
            "text": "# Flickr::API::Upload (perldoc)\n\n## NAME\n\nFlickr::API::Upload - An upload via the Flickr API\n\n## DESCRIPTION\n\nThis modules does most of the work for the upload method in Flickr::API.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Flickr::API::Upload",
        "section": "",
        "mode": "perldoc",
        "summary": "Flickr::API::Upload - An upload via the Flickr API",
        "synopsis": "",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Using the OAuth form:",
                        "lines": 12
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Flickr::API::Upload - An upload via the Flickr API\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "",
                "subsections": [
                    {
                        "name": "Using the OAuth form:",
                        "content": "use Flickr::API;\nuse Flickr::API::Upload;\n\nmy $api = Flickr::API->importstorableconfig($configfile);\n\nmy $response = Flickr::API->upload({\n'photo'       => 'path/to/photo,\n'async'       => 0,\n'title'       => 'My vacation picture',\n'description' => 'Here I am, riding a horse',\n});\n"
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "This modules does most of the work for the upload method in Flickr::API.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 2016, Louis B. Moore <lbmoore@cpan.org>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Flickr::API. Net::OAuth,\n",
                "subsections": []
            }
        }
    }
}