-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathopenapi-config.yaml
More file actions
34 lines (34 loc) · 1.13 KB
/
openapi-config.yaml
File metadata and controls
34 lines (34 loc) · 1.13 KB
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
generatorName: python
typeMappings:
"bytearray": "io.IOBase"
additionalProperties:
generatorLanguageVersion: ">=3.8"
packageName: dropbox_sign
projectName: dropbox-sign
packageVersion: 1.10.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
oseg.propertyNamingConvention: snake_case
oseg.security.api_key.username: YOUR_API_KEY
oseg.security.oauth2.access_token: YOUR_ACCESS_TOKEN
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