-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgen.yaml
40 lines (40 loc) · 1.09 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
configVersion: 2.0.0
generation:
devContainers:
enabled: true
schemaPath: https://docs.speakeasyapi.dev/openapi.yaml
sdkClassName: speakeasy
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
mockServer:
disabled: false
tests:
generateNewTests: true
go:
version: 3.22.1
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
flattenGlobalSecurity: true
imports:
option: openapi
paths:
callbacks: pkg/models/callbacks
errors: pkg/models/sdkerrors
operations: pkg/models/operations
shared: pkg/models/shared
webhooks: pkg/models/webhooks
inputModelSuffix: input
maxMethodParams: 0
methodArguments: require-security-and-request
outputModelSuffix: output
packageName: github.com/speakeasy-api/speakeasy-client-sdk-go
responseFormat: envelope