mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-09 12:27:45 +00:00
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
configVersion: 2.0.0
|
|
generation:
|
|
devContainers:
|
|
enabled: true
|
|
schemaPath: https://www.comfydeploy.com/api/openapi.json
|
|
sdkClassName: ComfyDeploy
|
|
maintainOpenAPIOrder: true
|
|
usageSnippets:
|
|
optionalPropertyRendering: withExample
|
|
useClassNamesForArrayFields: true
|
|
fixes:
|
|
nameResolutionDec2023: true
|
|
parameterOrderingFeb2024: true
|
|
requestResponseComponentNamesFeb2024: true
|
|
auth:
|
|
oAuth2ClientCredentialsEnabled: false
|
|
python:
|
|
version: 0.0.3
|
|
additionalDependencies:
|
|
dev: {}
|
|
main: {}
|
|
author: Speakeasy
|
|
authors:
|
|
- Speakeasy
|
|
clientServerStatusCodesAsErrors: true
|
|
description: Python Client SDK Generated by Speakeasy
|
|
flattenGlobalSecurity: true
|
|
flattenRequests: false
|
|
imports:
|
|
option: openapi
|
|
paths:
|
|
callbacks: models/callbacks
|
|
errors: models/errors
|
|
operations: models/operations
|
|
shared: models/components
|
|
webhooks: models/webhooks
|
|
inputModelSuffix: input
|
|
maxMethodParams: 4
|
|
methodArguments: require-security-and-request
|
|
outputModelSuffix: output
|
|
packageName: comfydeploy
|
|
projectUrls: {}
|
|
responseFormat: envelope-http
|
|
templateVersion: v2
|