-
Notifications
You must be signed in to change notification settings - Fork 4
/
openapi-config.yaml
31 lines (31 loc) · 1011 Bytes
/
openapi-config.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
generatorName: python
typeMappings:
"bytearray": "io.IOBase"
additionalProperties:
generatorLanguageVersion: ">=3.7"
packageName: dropbox_sign
projectName: dropbox-sign
packageVersion: 1.8.0
sortModelPropertiesByRequiredFlag: true
legacyDiscriminatorBehavior: true
packageAuthor: Dropbox Sign API Team
packageUrl: https://github.com/hellosign/dropbox-sign-python
infoName: Official Python SDK for the Dropbox Sign API
useCustomTemplateCode: true
licenseCopyrightYear: 2024
files:
dropbox-__init__apis.mustache:
templateType: SupportingFiles
destinationFilename: dropbox_sign/apis/__init__.py
dropbox-event_callback_helper.mustache:
templateType: SupportingFiles
destinationFilename: dropbox_sign/event_callback_helper.py
dropbox-LICENSE.mustache:
templateType: SupportingFiles
destinationFilename: LICENSE
dropbox-VERSION.mustache:
templateType: SupportingFiles
destinationFilename: VERSION
globalProperties:
apiTests: false
modelTests: false