-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenapi-config.yaml
More file actions
34 lines (34 loc) · 1.05 KB
/
openapi-config.yaml
File metadata and controls
34 lines (34 loc) · 1.05 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: ruby
typeMappings: {}
additionalProperties:
gemAuthor: Dropbox
gemAuthorEmail: apisupport@hellosign.com
gemDescription: Official Dropbox Sign APIv3 OpenAPI Ruby SDK
gemHomepage: https://hellosign.com
gemLicense: MIT
gemName: dropbox-sign
gemRequiredRubyVersion: '>= 2.7'
moduleName: "Dropbox::Sign"
gemVersion: 1.10.0
sortModelPropertiesByRequiredFlag: true
legacyDiscriminatorBehavior: true
gitUserId: hellosign
gitRepoId: dropbox-sign-ruby
useCustomTemplateCode: true
licenseCopyrightYear: 2024
oseg.printApiCallProperty: true
oseg.security.api_key.username: YOUR_API_KEY
oseg.security.oauth2.access_token: YOUR_ACCESS_TOKEN
files:
dropbox-event_callback_helper.mustache:
templateType: SupportingFiles
destinationFilename: lib/dropbox-sign/event_callback_helper.rb
dropbox-LICENSE.mustache:
templateType: SupportingFiles
destinationFilename: LICENSE
dropbox-VERSION.mustache:
templateType: SupportingFiles
destinationFilename: VERSION
globalProperties:
apiTests: false
modelTests: false