{
    "content": [
        {
            "type": "text",
            "text": "# flickr_make_stored_config(1p) (man)\n\n**Summary:** flickrmakestoredconfig - script to assist with testing and using the Flickr::API\n\n**Synopsis:** flickrmakestoredconfig --configout=Config-Filetobuild [--configin=file  --consumerkey=...]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | --usage | — |  |\n| — | --man | — |  |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **OPTIONS** (1 lines) — 4 subsections\n  - Required: (2 lines)\n  - Optional: (21 lines)\n  - --usage (1 lines)\n  - --man (1 lines)\n- **DESCRIPTION** (21 lines)\n- **LICENSE AND COPYRIGHT** (4 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\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### OPTIONS\n\n#### Required:\n\n--configout points to where to create the stored Flickr config file\n\n#### Optional:\n\n--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\n\n#### --usage\n\n#### --man\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\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\n### LICENSE AND COPYRIGHT\n\nCopyright (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\n### SEE ALSO\n\nThe README in the Flickr::API distribution.\n\n\n\nperl v5.26.2                                 2018-08-14                FLICKRMAKESTOREDCONFIG(1p)\n\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=...]",
        "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": []
            }
        ]
    }
}