generated from liblaber/control-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliblab.config.json
63 lines (63 loc) · 1.4 KB
/
liblab.config.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"sdkName": "geobeyond-sdk",
"apiVersion": "1.0.0",
"apiName": "geo-beyond-api",
"specFilePath": "bundledSpec.json",
"languages": [
"python"
],
"customizations": {
"includeOptionalSnippetParameters": true,
"devContainer": true,
"generateEnv": true,
"inferServiceNames": false,
"injectedModels": [],
"license": {
"type": "MIT"
},
"responseHeaders": false,
"retry": {
"enabled": true,
"maxAttempts": 3,
"retryDelay": 150
}
},
"languageOptions": {
"python": {
"alwaysInitializeOptionals": false,
"pypiPackageName": "geobeyond",
"githubRepoName": "liblab-python",
"ignoreFiles": [],
"sdkVersion": "1.0.0",
"liblabVersion": "2"
},
"typescript": {
"bundle": true,
"exportClassDefault": false,
"httpClient": "fetch",
"npmName": "geobeyond",
"npmOrg": "",
"githubRepoName": "",
"ignoreFiles": [],
"sdkVersion": "1.0.0",
"liblabVersion": "2"
},
"go": {
"goModuleName": "github.com/swagger-api/swagger-petstore",
"githubRepoName": "",
"ignoreFiles": [],
"sdkVersion": "1.0.0",
"liblabVersion": "2"
},
"csharp": {
"packageId": "",
"githubRepoName": "",
"ignoreFiles": [],
"sdkVersion": "1.0.0",
"liblabVersion": "2"
}
},
"publishing": {
"githubOrg": "geobeyond"
}
}