-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgen.yaml
More file actions
66 lines (66 loc) · 1.8 KB
/
gen.yaml
File metadata and controls
66 lines (66 loc) · 1.8 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
configVersion: 2.0.0
generation:
sdkClassName: Formance
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: false
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
versioningStrategy: automatic
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
csharp:
version: 4.0.0
additionalDependencies: []
author: Formance
baseErrorName: SDKBaseException
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKException
disableNamespacePascalCasingApr2024: true
dotnetVersion: net8.0
enableCancellationToken: false
enableFormatting: false
enableSourceLink: true
flattenGlobalSecurity: true
flatteningOrder: ""
httpClientPrefix: Speakeasy
imports:
option: openapi
paths:
callbacks: Models/Callbacks
errors: Models/Errors
operations: Models/Requests
shared: Models/Components
webhooks: Models/Webhooks
includeDebugSymbols: true
inferUnionDiscriminators: false
inputModelSuffix: input
maxMethodParams: 4
methodArguments: infer-optional-args
multipartArrayFormat: legacy
outputModelSuffix: output
packageName: FormanceSDK
packageTags: formance SDK
respectTitlesForPrimitiveUnionMembers: false
responseFormat: envelope-http
sourceDirectory: src
useNodatime: true