mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-06 04:21:21 +00:00
38 lines
969 B
YAML
Executable File
38 lines
969 B
YAML
Executable File
configVersion: 2.0.0
|
|
generation:
|
|
sdkClassName: shippo
|
|
maintainOpenAPIOrder: true
|
|
usageSnippets:
|
|
optionalPropertyRendering: withExample
|
|
useClassNamesForArrayFields: true
|
|
fixes:
|
|
nameResolutionDec2023: true
|
|
parameterOrderingFeb2024: true
|
|
requestResponseComponentNamesFeb2024: true
|
|
auth:
|
|
oAuth2ClientCredentialsEnabled: false
|
|
python:
|
|
version: 0.0.1
|
|
additionalDependencies:
|
|
dependencies: {}
|
|
extraDependencies:
|
|
dev:
|
|
pytest: ==8.1.1
|
|
httpretty: ==1.1.4
|
|
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
|
|
outputModelSuffix: output
|
|
packageName: shippo-api-client
|