Files
plex-sdk-docs/gen.yaml
2024-01-11 16:00:13 -06:00

72 lines
1.7 KiB
YAML

configVersion: 1.0.0
generation:
comments: {}
sdkClassName: Plex-API
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:
static: true
defaultLanguage: go
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
published: true
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