forked from clerk/clerk-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgen.yaml
50 lines (50 loc) · 1.16 KB
/
gen.yaml
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
42
43
44
45
46
47
48
49
50
configVersion: 2.0.0
generation:
sdkClassName: Clerk
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: always
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 1.7.1
additionalDependencies:
dev:
pytest: ^8.3.3
main:
cryptography: ^43.0.1
pyjwt: ^2.9.0
author: Clerk
authors:
- Clerk
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Python Client SDK for clerk.dev
enableCustomCodeRegions: true
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
flattenGlobalSecurity: true
flattenRequests: true
flatteningOrder: parameters-first
imports:
option: openapi
paths:
callbacks: ""
errors: ""
operations: ""
shared: ""
webhooks: ""
inputModelSuffix: input
maxMethodParams: 20
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: clerk-backend-api
responseFormat: flat
templateVersion: v2