-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathopenapi-config.yaml
More file actions
36 lines (36 loc) · 1.18 KB
/
openapi-config.yaml
File metadata and controls
36 lines (36 loc) · 1.18 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
35
36
generatorName: php
additionalProperties:
packageName: dropbox/sign
packageVersion: "^1.9.0"
artifactVersion: 1.9-dev
invokerPackage: "Dropbox\\Sign"
sortModelPropertiesByRequiredFlag: true
srcBasePath: src
phpVersion: 7.4
composerPackageName: "dropbox/sign"
artifactUrl: "https://hellosign.com"
licenseName: "MIT"
developerOrganization: "Dropbox Sign"
developerOrganizationUrl: "https://hellosign.com"
developerOrganizationEmail: "apisupport@hellosign.com"
useCustomTemplateCode: true
licenseCopyrightYear: 2024
oseg.composerPackageName: dropbox/sign-sandbox
oseg.namespace: Dropbox\SignSandbox
oseg.autoloadLocation: "__DIR__ . '/../vendor/autoload.php'"
oseg.ignoreOptionalUnset: true
oseg.security.api_key.username: YOUR_API_KEY
oseg.security.oauth2.access_token: YOUR_ACCESS_TOKEN
files:
dropbox-EventCallbackHelper.mustache:
templateType: SupportingFiles
destinationFilename: src/EventCallbackHelper.php
dropbox-LICENSE.mustache:
templateType: SupportingFiles
destinationFilename: LICENSE
dropbox-VERSION.mustache:
templateType: SupportingFiles
destinationFilename: VERSION
globalProperties:
apiTests: false
modelTests: false