mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 04:19:25 +00:00
43 lines
1.1 KiB
YAML
43 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.2
|
|
additionalDependencies:
|
|
dependencies: {}
|
|
extraDependencies:
|
|
dev: {}
|
|
author: Speakeasy
|
|
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
|
|
methodArguments: require-security-and-request
|
|
outputModelSuffix: output
|
|
packageName: comfydeploy
|
|
projectUrls: {}
|
|
responseFormat: envelope-http
|
|
templateVersion: v1
|