Files
plex-sdk-docs/gen.yaml
2024-01-11 15:47:32 -06:00

89 lines
2.1 KiB
YAML

configVersion: 1.0.0
generation:
comments: {}
sdkClassName: SDK
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
features:
docs:
core: 1.21.0
globalSecurity: 0.1.1
globalServerURLs: 0.1.1
nameOverrides: 0.1.0
docs:
version: ""
defaultLanguage: typescript
imports:
option: openapi
paths:
callbacks: callbacks
errors: errors
operations: operations
shared: shared
webhooks: webhooks
inputModelSuffix: input
outputModelSuffix: output
packageName: plex
static: true
go:
version: 0.0.1
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
option: plexgo
paths:
callbacks: models/callbacks
errors: models/sdkerrors
operations: models/operations
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
installationURL: github.com/LukeHagar/plexgo
maxMethodParams: 4
outputModelSuffix: output
packageName: plexgo
published: true
python:
version: 0.0.1
author: Speakeasy
clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Speakeasy
flattenGlobalSecurity: true
imports:
option: plexpy
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
installationURL: speakeasy-bar
maxMethodParams: 4
outputModelSuffix: output
packageName: plexpy
published: true
typescript:
version: 0.0.1
author: Speakeasy
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
installationURL: speakeasy-bar
maxMethodParams: 4
outputModelSuffix: output
packageName: '@lukehagar/plexjs'
published: true
templateVersion: v2