-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgen.yaml
More file actions
60 lines (60 loc) · 1.63 KB
/
gen.yaml
File metadata and controls
60 lines (60 loc) · 1.63 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
configVersion: 2.0.0
generation:
sdkClassName: StackOne
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
useClassNamesForArrayFields: true
fixes:
nameResolutionFeb2025: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
versioningStrategy: automatic
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
ruby:
version: 0.40.0
additionalDependencies:
development: {}
runtime: {}
author: StackOne
baseErrorName: StackOneError
clientServerStatusCodesAsErrors: true
constFieldsAlwaysOptional: false
defaultErrorName: APIError
description: Ruby Client SDK Generated by Speakeasy
enableFormatting: false
flattenGlobalSecurity: false
forwardCompatibleEnumsByDefault: false
forwardCompatibleUnionsByDefault: "false"
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/shared
webhooks: models/webhooks
inferUnionDiscriminators: false
inputModelSuffix: input
maxMethodParams: 4
module: StackOne
multipartArrayFormat: legacy
outputModelSuffix: output
packageName: stackone_client
typingStrategy: sorbet
unionStrategy: left-to-right