-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgen.yaml
More file actions
32 lines (32 loc) · 823 Bytes
/
gen.yaml
File metadata and controls
32 lines (32 loc) · 823 Bytes
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
configVersion: 2.0.0
generation:
sdkClassName: Ding
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
php:
version: 0.12.0
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
option: openapi
paths:
callbacks: Models/Callbacks
errors: Models/Errors
operations: Models/Operations
shared: Models/Shared
webhooks: Models/Webhooks
inputModelSuffix: input
laravelServiceProvider:
enabled: false
svcName: openapi
maxMethodParams: 4
methodArguments: infer-optional-args
namespace: Ding\DingSDK
outputModelSuffix: output
packageName: ding-live/ding-php