File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments