mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 12:37:46 +00:00
🐝 Update gen.yaml
This commit is contained in:
25
gen.yaml
Normal file
25
gen.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user