{
    "content": [
        {
            "type": "text",
            "text": "# FLICKR_MAKE_STORED_CONFIG(1p) (man)\n\n## NAME\n\nflickrmakestoredconfig - script to assist with testing and using the Flickr::API\n\n## SYNOPSIS\n\nflickrmakestoredconfig --configout=Config-Filetobuild [--configin=file  --consumerkey=...]\n\n## DESCRIPTION\n\nThis script is a lightweight method to assemble the required arguments for using the\nFlickr::API. It can be used to assemble the configuration(s) needed for the make test portion\nof installation. It does not use Flickr::API; and sticks to modules from perl core so that it\ncan be used prior to-- and perhaps in conjunction with-- installation and testing of the\nFlickr::API module.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **OPTIONS** (4 subsections)\n- **DESCRIPTION**\n- **LICENSE AND COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "FLICKR_MAKE_STORED_CONFIG",
        "section": "1p",
        "mode": "man",
        "summary": "flickrmakestoredconfig - script to assist with testing and using the Flickr::API",
        "synopsis": "flickrmakestoredconfig --configout=Config-Filetobuild [--configin=file  --consumerkey=...]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--usage",
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": "--man",
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Required:",
                        "lines": 2
                    },
                    {
                        "name": "Optional:",
                        "lines": 21
                    },
                    {
                        "name": "--usage",
                        "lines": 1,
                        "long": "--usage"
                    },
                    {
                        "name": "--man",
                        "lines": 1,
                        "long": "--man"
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "LICENSE AND COPYRIGHT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "flickrmakestoredconfig - script to assist with testing and using the Flickr::API\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "flickrmakestoredconfig --configout=Config-Filetobuild [--configin=file  --consumerkey=...]\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "Required:",
                        "content": "--configout points to where to create the stored Flickr config file\n"
                    },
                    {
                        "name": "Optional:",
                        "content": "--configin   points to the optional input config file to use as a base for the --configout\nfile you are creating.\n--apitype  either flickr for the original, but deprecated, Flickr authentication OR oauth\nfor the OAuth authentication. it defaults to oauth\nFor Flickr Auth\n\n--apikey The api key when used with Flickr authentication required for testing --key still\nworks to maintain compatibility with Flickr::API 1.10 and before, but it is saved as apikey.\n--secret The api secret when used with Flickr authentication required for testing --secret\nstill works to maintain compatibility with Flickr::API 1.10 and before, but it is saved as\napisecret.\n--frob  The frob used in Flickr authentication\n--token The auth token can be either a Flickr or OAuth Access token used with Flickr\nauthentication\nFor OAuth\n\n--consumerkey The api key when used with OAuth authentication required for testing\n--consumersecret The api secret when used with OAuth authentication required for testing\n--callback The callback uri for use in OAuth authentication\n--tokensecret The OAuth access token secret\n--help as expected"
                    },
                    {
                        "name": "--usage",
                        "content": "",
                        "long": "--usage"
                    },
                    {
                        "name": "--man",
                        "content": "",
                        "long": "--man"
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "This script is a lightweight method to assemble the required arguments for using the\nFlickr::API. It can be used to assemble the configuration(s) needed for the make test portion\nof installation. It does not use Flickr::API; and sticks to modules from perl core so that it\ncan be used prior to-- and perhaps in conjunction with-- installation and testing of the\nFlickr::API module.\n\nWhen you make test, add the environment variable MAKETESTOAUTHCFG, MAKETESTFLICKRCFG or\nboth; each pointing to the configuration file you specified. The command should look\nsomething like:\n\nmake test MAKETESTOAUTHCFG=/home/myusername/test-flickr-oauth.cfg\n\nor\n\nmake test MAKETESTFLICKRCFG=/home/myusername/test-flickrs-auth.cfg\n\nor\n\nmake test MAKETESTFLICKRCFG=/home/myusername/test-flickrs-auth.cfg \\\nMAKETESTOAUTHCFG=/home/myusername/test-flickr-oauth.cfg\n",
                "subsections": []
            },
            "LICENSE AND COPYRIGHT": {
                "content": "Copyright (c) 2015-2016, Louis B. Moore \"<lbmoore@cpan.org>\".\n\nThis program is released under the Artistic License 2.0 by The Perl Foundation.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "The README in the Flickr::API distribution.\n\n\n\nperl v5.26.2                                 2018-08-14                FLICKRMAKESTOREDCONFIG(1p)",
                "subsections": []
            }
        }
    }
}