mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
configVersion: 2.0.0
|
|
generation:
|
|
sdkClassName: Plex-API
|
|
maintainOpenAPIOrder: true
|
|
usageSnippets:
|
|
optionalPropertyRendering: withExample
|
|
useClassNamesForArrayFields: true
|
|
fixes:
|
|
nameResolutionDec2023: true
|
|
nameResolutionFeb2025: false
|
|
parameterOrderingFeb2024: true
|
|
requestResponseComponentNamesFeb2024: true
|
|
securityFeb2025: false
|
|
auth:
|
|
oAuth2ClientCredentialsEnabled: true
|
|
oAuth2PasswordEnabled: false
|
|
go:
|
|
version: 0.20.2
|
|
additionalDependencies: {}
|
|
allowUnknownFieldsInWeakUnions: false
|
|
clientServerStatusCodesAsErrors: true
|
|
defaultErrorName: SDKError
|
|
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
|