Ruby SDK

View as Markdown

The official Dropbox Sign Ruby SDK is generated from our OpenAPI specification and provides full API coverage.

Install

$gem install dropbox-sign

Or add to your Gemfile:

1gem "dropbox-sign"

Package: dropbox-sign on RubyGems

Authenticate

Configure once, then instantiate API classes:

1require "dropbox-sign"
2
3Dropbox::Sign.configure do |config|
4 config.username = "YOUR_API_KEY"
5end

Resources