-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgen.yaml
57 lines (57 loc) · 1.46 KB
/
gen.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
configVersion: 2.0.0
generation:
sdkClassName: unstructured_client
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 0.29.0
additionalDependencies:
dev:
deepdiff: '>=6.0'
pytest: '>=8.3.3'
pytest-asyncio: '>=0.24.0'
pytest-mock: '>=3.14.0'
types-aiofiles: '>=24.1.0'
uvloop: '>=0.20.0'
main:
aiofiles: '>=24.1.0'
cryptography: '>=3.1'
httpx: '>=0.27.0'
nest-asyncio: '>=1.6.0'
pypdf: '>=4.0'
requests-toolbelt: '>=1.0.0'
authors:
- Unstructured
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Python Client SDK for Unstructured API
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
flattenGlobalSecurity: true
flattenRequests: false
flatteningOrder: parameters-first
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/shared
webhooks: models/webhooks
inputModelSuffix: input
license: MIT
maxMethodParams: 0
methodArguments: require-security-and-request
outputModelSuffix: output
packageName: unstructured-client
projectUrls: {}
responseFormat: envelope
templateVersion: v2