-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliblab.config.json
More file actions
53 lines (53 loc) · 1.23 KB
/
liblab.config.json
File metadata and controls
53 lines (53 loc) · 1.23 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
{
"sdkName": "magicbell-user-client",
"specFilePath": "https://www.magicbell.com/docs/api/openapi.user.json",
"apiName": "magicbell-api",
"apiVersion": "2.0.0",
"languages": ["java"],
"auth": ["bearer"],
"docs": ["snippets"],
"customizations": {
"includeOptionalSnippetParameters": true,
"authentication": {
"access": {
"prefix": "Bearer"
}
},
"inferServiceNames": false,
"injectedModels": [],
"license": {
"type": "MIT"
},
"responseHeaders": false,
"retry": {
"enabled": true,
"maxAttempts": 3,
"retryDelay": 150
},
"documentation": {
"snippets": {
"format": "json"
}
}
},
"languageOptions": {
"java": {
"groupId": "com.magicbell",
"artifactId": "magicbell-user-client",
"developers": [{
"name": "Ullrich Schäfer",
"email": "ullrich@magicbell.io",
"organization": "MagicBell",
"organizationUrl": "https://www.magicbell.com"
}],
"githubRepoName": "magicbell-java-user-client",
"ignoreFiles": [],
"includeKotlinSnippets": true,
"sdkVersion": "0.4.0",
"liblabVersion": "2"
}
},
"publishing": {
"githubOrg": "magicbell"
}
}