Files
dex-ui-vue/openapitools.json
2025-07-10 21:54:55 +02:00

23 lines
621 B
JSON

{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.13.0",
"generators": {
"v2.0": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:8080/q/openapi",
"output": "#{cwd}/src/api//#{name}",
"apiNameSuffix": "Service",
"additionalProperties": {
"apiPackage": "service",
"modelPackage": "model",
"withSeparateModelsAndApi": true,
"supportsES6": false,
"useSingleRequestParameter": true
}
}
}
}
}