mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
48 lines
1.2 KiB
YAML
48 lines
1.2 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
|
|
java:
|
|
version: 0.15.0
|
|
additionalDependencies: []
|
|
additionalPlugins: []
|
|
artifactID: plexapi
|
|
clientServerStatusCodesAsErrors: true
|
|
companyEmail: lukeslakemail@gmail.com
|
|
companyName: plexapi
|
|
companyURL: plexapi.dev
|
|
defaultErrorName: SDKError
|
|
flattenGlobalSecurity: true
|
|
githubURL: github.com/LukeHagar/plexjava
|
|
groupID: dev.plexapi
|
|
imports:
|
|
option: openapi
|
|
paths:
|
|
callbacks: models/callbacks
|
|
errors: models/errors
|
|
operations: models/operations
|
|
shared: models/shared
|
|
webhooks: models/webhooks
|
|
inputModelSuffix: input
|
|
license:
|
|
name: The MIT License (MIT)
|
|
shortName: MIT
|
|
url: https://mit-license.org/
|
|
maxMethodParams: 4
|
|
outputModelSuffix: output
|
|
packageName: dev.plexapi.sdk
|
|
projectName: plexapi
|
|
templateVersion: v2
|