Skip to content

Commit

Permalink
Merge pull request #7 from mfbx9da4/patch-1
Browse files Browse the repository at this point in the history
fix: generation and make the SDK more idiomatic by enabling kwargs
  • Loading branch information
Amzani authored Dec 13, 2024
2 parents 2a290a0 + 919d693 commit 5d426d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python:
fixFlags:
responseRequiredSep2024: true
flattenGlobalSecurity: true
flattenRequests: false
flattenRequests: true # keyword arguments are more idiomatic in python
flatteningOrder: parameters-first
imports:
option: openapi
Expand All @@ -41,7 +41,7 @@ python:
shared: ""
webhooks: ""
inputModelSuffix: input
maxMethodParams: 4
maxMethodParams: 999 # an arbitrarily high number, keyword arguments are more idiomatic in python
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: apideck-unify
Expand Down

0 comments on commit 5d426d5

Please sign in to comment.