forked from loafle/openapi-generator-original
* Add global token based auth support (basic, bearer) for k6 * config files and generated code files after the changes * Handle empty or null auth at path level * files changed after update with master and run build
5 lines
204 B
YAML
5 lines
204 B
YAML
generatorName: k6
|
|
outputDir: samples/client/others/k6/basicAuth
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/k6/basic_auth.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/k6
|