mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
38 lines
966 B
YAML
38 lines
966 B
YAML
configVersion: 2.0.0
|
|
generation:
|
|
sdkClassName: PlexAPI
|
|
maintainOpenAPIOrder: true
|
|
usageSnippets:
|
|
optionalPropertyRendering: withExample
|
|
useClassNamesForArrayFields: true
|
|
fixes:
|
|
nameResolutionDec2023: true
|
|
parameterOrderingFeb2024: true
|
|
requestResponseComponentNamesFeb2024: true
|
|
auth:
|
|
oAuth2ClientCredentialsEnabled: true
|
|
csharp:
|
|
version: 0.4.1
|
|
additionalDependencies: []
|
|
author: LukeHagar
|
|
clientServerStatusCodesAsErrors: true
|
|
disableNamespacePascalCasingApr2024: true
|
|
dotnetVersion: net5.0
|
|
enableSourceLink: false
|
|
flattenGlobalSecurity: true
|
|
imports:
|
|
option: openapi
|
|
paths:
|
|
callbacks: Models/Callbacks
|
|
errors: Models/Errors
|
|
operations: Models/Requests
|
|
shared: Models/Components
|
|
webhooks: Models/Webhooks
|
|
includeDebugSymbols: false
|
|
inputModelSuffix: input
|
|
maxMethodParams: 4
|
|
outputModelSuffix: output
|
|
packageName: PlexAPI
|
|
packageTags: ""
|
|
responseFormat: envelope
|