Update gen.yaml

This commit is contained in:
Luke Hagar
2024-01-11 15:47:32 -06:00
committed by GitHub
parent c57861f8ab
commit ca35c64756

View File

@@ -33,7 +33,7 @@ go:
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
option: openapi
option: plexgo
paths:
callbacks: models/callbacks
errors: models/sdkerrors
@@ -41,7 +41,7 @@ go:
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
installationURL: github.com/speakeasy-sdks/template-speakeasy-bar
installationURL: github.com/LukeHagar/plexgo
maxMethodParams: 4
outputModelSuffix: output
packageName: plexgo
@@ -53,7 +53,7 @@ python:
description: Python Client SDK Generated by Speakeasy
flattenGlobalSecurity: true
imports:
option: openapi
option: plexpy
paths:
callbacks: models/callbacks
errors: models/errors