We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a290a0 + 919d693 commit 5d426d5Copy full SHA for 5d426d5
.speakeasy/gen.yaml
@@ -30,7 +30,7 @@ python:
30
fixFlags:
31
responseRequiredSep2024: true
32
flattenGlobalSecurity: true
33
- flattenRequests: false
+ flattenRequests: true # keyword arguments are more idiomatic in python
34
flatteningOrder: parameters-first
35
imports:
36
option: openapi
@@ -41,7 +41,7 @@ python:
41
shared: ""
42
webhooks: ""
43
inputModelSuffix: input
44
- maxMethodParams: 4
+ maxMethodParams: 999 # an arbitrarily high number, keyword arguments are more idiomatic in python
45
methodArguments: infer-optional-args
46
outputModelSuffix: output
47
packageName: apideck-unify
0 commit comments