-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapitools.json
More file actions
27 lines (27 loc) · 815 Bytes
/
Copy pathopenapitools.json
File metadata and controls
27 lines (27 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.17.0",
"generators": {
"main": {
"inputSpec": "https://api.golemio.cz/docs/static/output-gateway/openapi.json",
"generatorName": "typescript-axios",
"additionalProperties": {
"npmName": "golemio-api"
},
"templateDir": "src/templates",
"output": "lib/sdk-main"
},
"vp": {
"inputSpec": "https://api.golemio.cz/docs/static/vp-output-gateway/openapi.json",
"generatorName": "typescript-axios",
"additionalProperties": {
"npmName": "golemio-public-transport-api"
},
"templateDir": "src/templates",
"output": "lib/sdk-vp"
}
}
}
}