Sha256: 5e92b0cf83c99033d6aae2fe42484e6fa2e48063f3b73447e7baacd12ee42ed2

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 Bytes

Contents

require "dropbox-sign"

Dropbox::Sign.configure do |config|
  # Configure HTTP basic authorization: api_key
  config.username = "YOUR_API_KEY"
end

fax_api = Dropbox::Sign::FaxApi.new

begin
  fax_api.fax_delete("fa5c8a0b0f492d768749333ad6fcc214c111e967")
rescue Dropbox::Sign::ApiError => e
  puts "Exception when calling Dropbox Sign API: #{e}"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dropbox-sign-1.8.0 examples/FaxDelete.rb
dropbox-sign-1.7.0 examples/FaxDelete.rb