Files
plex-sdk-docs/gen.yaml

76 lines
1.8 KiB
YAML

configVersion: 2.0.0
generation:
sdkClassName: Plex-API
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
docs:
version: 0.1.1
defaultLanguage: go
imports:
option: openapi
paths:
callbacks: callbacks
errors: errors
operations: operations
shared: shared
webhooks: webhooks
inputModelSuffix: input
maxMethodParams: 4
outputModelSuffix: output
static: false
go:
version: 0.0.2
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/sdkerrors
operations: models/operations
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 4
outputModelSuffix: output
packageName: github.com/LukeHagar/plexgo
python:
version: 0.0.1
author: LukeHagar
clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Speakeasy
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
outputModelSuffix: output
packageName: plexpy
typescript:
version: 0.3.3
author: LukeHagar
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
outputModelSuffix: output
packageName: '@lukehagar/plexjs'
templateVersion: v2