Sha256: 1a3a334bb3eb166a8d82e3d520fb7b1a60618b2e867596da79f73606c8b84021

Contents?: true

Size: 355 Bytes

Versions: 4

Compression:

Stored size: 355 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

begin
  result = fax_line_api.fax_line_get("[NUMBER]")
  p result
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/FaxLineGet.rb
dropbox-sign-1.7.0 examples/FaxLineGet.rb
dropbox-sign-1.6.1 examples/FaxLineGet.rb
dropbox-sign-1.6.0 examples/FaxLineGet.rb