mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
34 lines
917 B
YAML
34 lines
917 B
YAML
configVersion: 2.0.0
|
|
generation:
|
|
sdkClassName: Plex-API
|
|
maintainOpenAPIOrder: true
|
|
usageSnippets:
|
|
optionalPropertyRendering: withExample
|
|
useClassNamesForArrayFields: true
|
|
fixes:
|
|
nameResolutionDec2023: true
|
|
parameterOrderingFeb2024: true
|
|
requestResponseComponentNamesFeb2024: true
|
|
auth:
|
|
oAuth2ClientCredentialsEnabled: true
|
|
go:
|
|
version: 0.11.12
|
|
additionalDependencies: {}
|
|
allowUnknownFieldsInWeakUnions: false
|
|
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
|
|
methodArguments: require-security-and-request
|
|
outputModelSuffix: output
|
|
packageName: github.com/LukeHagar/plexgo
|
|
responseFormat: envelope
|