-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenapitools.json
More file actions
43 lines (43 loc) · 1.46 KB
/
openapitools.json
File metadata and controls
43 lines (43 loc) · 1.46 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "https://raw.githubusercontent.com/openapitools/openapi-generator-cli/master/apps/generator-cli/src/config.schema.json",
"x-maintenance-note": "When forking/transferring this repository, update the moduleName field in the themisdb-go generator configuration (see docs/apis/README.md).",
"spaces": 2,
"generator-cli": {
"version": "7.10.0",
"generators": {
"themisdb-python": {
"generatorName": "python",
"inputSpec": "docs/openapi.yaml",
"output": "openapi/generated/python",
"additionalProperties": {
"packageName": "themisdb_client",
"projectName": "themisdb-client",
"packageVersion": "0.1.0",
"library": "urllib3"
}
},
"themisdb-typescript": {
"generatorName": "typescript-fetch",
"inputSpec": "docs/openapi.yaml",
"output": "openapi/generated/javascript",
"additionalProperties": {
"npmName": "@themisdb/openapi-client",
"npmVersion": "0.1.0",
"supportsES6": true,
"withInterfaces": true
}
},
"themisdb-go": {
"generatorName": "go",
"inputSpec": "docs/openapi.yaml",
"output": "openapi/generated/go",
"additionalProperties": {
"packageName": "themisdbclient",
"moduleName": "github.com/makr-code/ThemisDB/openapi/generated/go",
"packageVersion": "0.1.0",
"withGoMod": true
}
}
}
}
}