-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgen.yaml
More file actions
42 lines (42 loc) · 1.05 KB
/
gen.yaml
File metadata and controls
42 lines (42 loc) · 1.05 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
configVersion: 2.0.0
generation:
sdkClassName: Ding
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
baseServerURL: ""
flattenGlobalSecurity: true
java:
version: 0.8.3
additionalDependencies: []
additionalPlugins: []
artifactID: dingsdk
clientServerStatusCodesAsErrors: true
companyEmail: hello@ding.live
companyName: Ding
companyURL: https://ding.live
flattenGlobalSecurity: false
githubURL: github.com/ding-live/ding-java
groupID: live.ding
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/shared
webhooks: models/webhooks
inputModelSuffix: input
license:
name: The MIT License (MIT)
shortName: MIT
url: https://mit-license.org/
maxMethodParams: 4
outputModelSuffix: output
projectName: ding
templateVersion: v2