-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgen.yaml
More file actions
executable file
·41 lines (41 loc) · 1.04 KB
/
gen.yaml
File metadata and controls
executable file
·41 lines (41 loc) · 1.04 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
configVersion: 2.0.0
generation:
sdkClassName: Ding
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionFeb2025: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
securityFeb2025: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 3.9.120
additionalDependencies:
dependencies: {}
extraDependencies:
dev: {}
author: Ding
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Python Client SDK
flattenGlobalSecurity: true
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 4
methodArguments: require-security-and-request
outputModelSuffix: output
packageName: ding_api_client
projectUrls: {}
responseFormat: envelope
templateVersion: v1