mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-15 03:09:05 +00:00
27 lines
478 B
JSON
27 lines
478 B
JSON
{
|
|
"apiUrl":"http://localhost:8002/api/",
|
|
|
|
"apiKey":"special-key",
|
|
|
|
"defaultServiceBaseClass":"SwaggerApi",
|
|
|
|
"defaultModelBaseClass":"Object",
|
|
|
|
"serviceBaseClasses":{},
|
|
|
|
"defaultModelImports":[],
|
|
|
|
"defaultServiceImports":[],
|
|
|
|
"modelPackageName":"",
|
|
|
|
"apiPackageName":"",
|
|
|
|
"ignoreMethods":[],
|
|
|
|
"ignoreModels":[],
|
|
|
|
"outputDirectory":"../swagger-sample-app/sdk-libs/src/main/js/",
|
|
|
|
"libraryHome":"../swagger-sample-app/sdk-libs"
|
|
} |