mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
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
|
|
oAuth2PasswordEnabled: false
|
|
csharp:
|
|
version: 0.12.1
|
|
additionalDependencies: []
|
|
author: LukeHagar
|
|
clientServerStatusCodesAsErrors: true
|
|
defaultErrorName: SDKException
|
|
disableNamespacePascalCasingApr2024: true
|
|
dotnetVersion: net8.0
|
|
enableSourceLink: true
|
|
flattenGlobalSecurity: true
|
|
flatteningOrder: ""
|
|
imports:
|
|
option: openapi
|
|
paths:
|
|
callbacks: Models/Callbacks
|
|
errors: Models/Errors
|
|
operations: Models/Requests
|
|
shared: Models/Components
|
|
webhooks: Models/Webhooks
|
|
includeDebugSymbols: true
|
|
inputModelSuffix: input
|
|
maxMethodParams: 4
|
|
methodArguments: infer-optional-args
|
|
outputModelSuffix: output
|
|
packageName: LukeHagar.PlexAPI.SDK
|
|
packageTags: Plex Media Server SDK
|
|
responseFormat: envelope
|
|
sourceDirectory: ""
|