Skip to content

Commit d543ba7

Browse files
committed
add gen.yaml
1 parent 439a643 commit d543ba7

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.speakeasy/gen.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
configVersion: 2.0.0
2+
generation:
3+
sdkClassName: Clerk
4+
maintainOpenAPIOrder: true
5+
usageSnippets:
6+
optionalPropertyRendering: always
7+
useClassNamesForArrayFields: true
8+
fixes:
9+
nameResolutionDec2023: true
10+
parameterOrderingFeb2024: true
11+
requestResponseComponentNamesFeb2024: true
12+
auth:
13+
oAuth2ClientCredentialsEnabled: true
14+
python:
15+
version: 0.5.0-alpha.4
16+
additionalDependencies:
17+
dev: {}
18+
main: {}
19+
author: Speakeasy
20+
authors:
21+
- Clerk
22+
clientServerStatusCodesAsErrors: true
23+
description: Python Client SDK for clerk.dev
24+
flattenGlobalSecurity: true
25+
flattenRequests: true
26+
imports:
27+
option: openapi
28+
paths:
29+
callbacks: ""
30+
errors: ""
31+
operations: ""
32+
shared: ""
33+
webhooks: ""
34+
inputModelSuffix: input
35+
maxMethodParams: 4
36+
methodArguments: infer-optional-args
37+
outputModelSuffix: output
38+
packageName: clerk-dev
39+
responseFormat: flat
40+
templateVersion: v2

0 commit comments

Comments
 (0)