mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
31 lines
759 B
YAML
31 lines
759 B
YAML
configVersion: 2.0.0
|
|
generation:
|
|
sdkClassName: Plex-API
|
|
maintainOpenAPIOrder: true
|
|
usageSnippets:
|
|
optionalPropertyRendering: withExample
|
|
useClassNamesForArrayFields: true
|
|
fixes:
|
|
nameResolutionDec2023: false
|
|
parameterOrderingFeb2024: false
|
|
requestResponseComponentNamesFeb2024: false
|
|
auth:
|
|
oAuth2ClientCredentialsEnabled: false
|
|
csharp:
|
|
version: 0.2.0
|
|
author: LukeHagar
|
|
dotnetVersion: net5.0
|
|
flattenGlobalSecurity: true
|
|
imports:
|
|
option: openapi
|
|
paths:
|
|
callbacks: Models/Callbacks
|
|
errors: Models/Errors
|
|
operations: Models/Requests
|
|
shared: Models/Components
|
|
webhooks: Models/Webhooks
|
|
inputModelSuffix: input
|
|
maxMethodParams: 4
|
|
outputModelSuffix: output
|
|
packageName: Plex-API
|