We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832919b commit cf8d8d5Copy full SHA for cf8d8d5
modules/swagger-codegen/src/main/resources/php/README.mustache
@@ -68,6 +68,7 @@ Please follow the [installation procedure](#installation--usage) and then run th
68
require_once(__DIR__ . '/vendor/autoload.php');
69
{{#apiInfo}}{{#apis}}{{#-first}}{{#operations}}{{#operation}}{{#-first}}{{#hasAuthMethods}}{{#authMethods}}{{#isBasic}}
70
// Configure HTTP basic authorization: {{{name}}}
71
+$config = {{{invokerPackage}}}\Configuration::getDefaultConfiguration()
72
->setUsername('YOUR_USERNAME')
73
->setPassword('YOUR_PASSWORD');{{/isBasic}}{{#isApiKey}}
74
// Configure API key authorization: {{{name}}}
0 commit comments