-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathliblab.config.json
More file actions
71 lines (71 loc) · 1.45 KB
/
liblab.config.json
File metadata and controls
71 lines (71 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"sdkName": "llama-store",
"specFilePath": "spec.json",
"baseUrl": "http://localhost:8080",
"languages": [
"csharp",
"go",
"java",
"python",
"typescript",
"php"
],
"auth": [
"bearer"
],
"docs": [
"api",
"snippets"
],
"customizations": {
"devContainer": true,
"license": {
"type": "MIT"
},
"documentation": {
"snippets": {
"format": "json"
}
}
},
"languageOptions": {
"typescript": {
"bundle": true,
"exportClassDefault": true,
"githubRepoName": "llama-store-sdk-typescript",
"sdkVersion": "0.0.4",
"liblabVersion": "2"
},
"python": {
"pypiPackageName": "LlamaStore",
"githubRepoName": "llama-store-sdk-python",
"sdkVersion": "0.0.4",
"liblabVersion": "2"
},
"java": {
"groupId": "com.liblab",
"githubRepoName": "llama-store-sdk-java",
"sdkVersion": "0.0.4",
"liblabVersion": "1"
},
"go": {
"goModuleName": "github.com/liblaber/llama-store-sdk-go",
"githubRepoName": "llama-store-sdk-go",
"sdkVersion": "0.0.4",
"liblabVersion": "2"
},
"csharp": {
"githubRepoName": "llama-store-sdk-csharp",
"sdkVersion": "0.0.4",
"liblabVersion": "2"
},
"php": {
// "githubRepoName": "llama-store-sdk-php",
"sdkVersion": "0.0.4",
"liblabVersion": "2"
}
},
"publishing": {
"githubOrg": "liblaber"
}
}