mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
52 lines
1.3 KiB
YAML
52 lines
1.3 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
|
|
python:
|
|
version: 0.24.0
|
|
additionalDependencies:
|
|
dev: {}
|
|
main: {}
|
|
author: LukeHagar
|
|
authors:
|
|
- Speakeasy
|
|
clientServerStatusCodesAsErrors: true
|
|
defaultErrorName: SDKError
|
|
description: Python Client SDK Generated by Speakeasy
|
|
enableCustomCodeRegions: false
|
|
enumFormat: enum
|
|
fixFlags:
|
|
responseRequiredSep2024: false
|
|
flattenGlobalSecurity: true
|
|
flattenRequests: false
|
|
flatteningOrder: parameters-first
|
|
imports:
|
|
option: openapi
|
|
paths:
|
|
callbacks: models/callbacks
|
|
errors: models/errors
|
|
operations: models/operations
|
|
shared: models/components
|
|
webhooks: models/webhooks
|
|
inputModelSuffix: input
|
|
maxMethodParams: 4
|
|
methodArguments: require-security-and-request
|
|
outputModelSuffix: output
|
|
packageName: plex-api-client
|
|
projectUrls: {}
|
|
pytestTimeout: 0
|
|
responseFormat: envelope
|
|
templateVersion: v2
|