mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
31 lines
793 B
YAML
31 lines
793 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: false
|
|
php:
|
|
version: 0.7.0
|
|
clientServerStatusCodesAsErrors: true
|
|
flattenGlobalSecurity: true
|
|
imports:
|
|
option: openapi
|
|
paths:
|
|
callbacks: Models/Callbacks
|
|
errors: Models/Errors
|
|
operations: Models/Operations
|
|
shared: Models/Components
|
|
webhooks: Models/Webhooks
|
|
inputModelSuffix: input
|
|
maxMethodParams: 4
|
|
namespace: LukeHagar\Plex_API
|
|
outputModelSuffix: output
|
|
packageName: lukehagar/plex-api
|