2021-08-29 05:00:52 +00:00
|
|
|
{
|
|
|
|
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
|
|
|
"spaces": 2,
|
|
|
|
"generator-cli": {
|
2024-08-06 15:39:13 +00:00
|
|
|
"version": "7.7.0",
|
2021-08-29 05:00:52 +00:00
|
|
|
"generators": {
|
|
|
|
"axios": {
|
|
|
|
"generatorName": "typescript-axios",
|
|
|
|
"glob": "openapi.json",
|
|
|
|
"output": "#{cwd}/src/generated-client",
|
|
|
|
"additionalProperties": {
|
|
|
|
"supportsES6": true,
|
|
|
|
"useSingleRequestParameter": true,
|
|
|
|
"withSeparateModelsAndApi": true,
|
|
|
|
"apiDocs": true,
|
|
|
|
"apiPackage": "api",
|
|
|
|
"modelDocs": true,
|
|
|
|
"modelPackage": "models"
|
2022-08-22 19:05:32 +00:00
|
|
|
},
|
|
|
|
"templateDir": "openapi-templates"
|
2021-08-29 05:00:52 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|