Sha256: e1486abb131ac66bac2fbb60443b97e869de9333ba9625dc9db754bc93835d87
Contents?: true
Size: 513 Bytes
Versions: 15
Compression:
Stored size: 513 Bytes
Contents
require "dropbox-sign" Dropbox::Sign.configure do |config| # Configure HTTP basic authorization: api_key config.username = "YOUR_API_KEY" # or, configure Bearer (JWT) authorization: oauth2 # config.access_token = "YOUR_ACCESS_TOKEN" end api = Dropbox::Sign::EmbeddedApi.new signature_id = "50e3542f738adfa7ddd4cbd4c00d2a8ab6e4194b" begin result = embedded_api.embedded_sign_url(signature_id) p result rescue Dropbox::Sign::ApiError => e puts "Exception when calling Dropbox Sign API: #{e}" end
Version data entries
15 entries across 15 versions & 1 rubygems