Sha256: 89c180778fd68ae75976d7d07afd9fbe3e5394f9c44c5a278ed51c24c1def651
Contents?: true
Size: 409 Bytes
Versions: 4
Compression:
Stored size: 409 Bytes
Contents
require "dropbox-sign" Dropbox::Sign.configure do |config| # Configure HTTP basic authorization: api_key config.username = "YOUR_API_KEY" end fax_line_api = Dropbox::Sign::FaxLineApi.new data = Dropbox::Sign::FaxLineDeleteRequest.new data.number = "[FAX_NUMBER]" begin fax_line_api.fax_line_delete(data) rescue Dropbox::Sign::ApiError => e puts "Exception when calling Dropbox Sign API: #{e}" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
dropbox-sign-1.8.0 | examples/FaxLineDelete.rb |
dropbox-sign-1.7.0 | examples/FaxLineDelete.rb |
dropbox-sign-1.6.1 | examples/FaxLineDelete.rb |
dropbox-sign-1.6.0 | examples/FaxLineDelete.rb |