🐝 Update gen.yaml

This commit is contained in:
speakeasy-bot
2024-01-05 19:36:37 +00:00
parent 3a60b09a59
commit 5e05168acd

25
gen.yaml Normal file
View File

@@ -0,0 +1,25 @@
configVersion: 2.0.0
generation:
sdkClassName: Plex-API
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: false
go:
version: 0.0.1
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/sdkerrors
operations: models/operations
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 4
outputModelSuffix: output
packageName: github.com/LukeHagar/plexgo