Skip to content

Commit 9a19dfe

Browse files
committed
chore: Adds liblab config
1 parent 83f45e5 commit 9a19dfe

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

liblab.config.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"sdkName": "magicbell-java-client",
3+
"specFilePath": "https://site.magicbell.cloud/docs/api/openapi.user.json",
4+
"apiName": "magicbell-api",
5+
"languages": ["java"],
6+
"auth": ["bearer"],
7+
"customizations": {
8+
"includeOptionalSnippetParameters": true,
9+
"authentication": {
10+
"access": {
11+
"prefix": "Bearer"
12+
}
13+
},
14+
"inferServiceNames": false,
15+
"injectedModels": [],
16+
"license": {
17+
"type": "MIT"
18+
},
19+
"responseHeaders": false,
20+
"retry": {
21+
"enabled": true,
22+
"maxAttempts": 3,
23+
"retryDelay": 150
24+
}
25+
},
26+
"languageOptions": {
27+
"java": {
28+
"groupId": "com.magicbell.client",
29+
"artifactId": "magicbell-java-client",
30+
"githubRepoName": "magicbell-java-client",
31+
"ignoreFiles": [],
32+
"includeKotlinSnippets": true,
33+
"sdkVersion": "0.0.1",
34+
"liblabVersion": "2"
35+
}
36+
},
37+
"publishing": {
38+
"githubOrg": "magicbell"
39+
}
40+
}

0 commit comments

Comments
 (0)