In conjunction with another PR in Fax V3, this PR will update the Faraday gem in the phaxio-ruby gem and Fax V3
To test
a basic test for this would be to create a ruby file in the main directory, put require 'phaxio' at the top, then add a debugger like pry. Then run the command ruby {file name}.rb in the terminal. I created a file called test.rb, then I ran ruby test.rb. From there you can add the api_key, secret and wehook token and test the fax functions.
In conjunction with another PR in Fax V3, this PR will update the Faraday gem in the phaxio-ruby gem and Fax V3
To test
require 'phaxio'
at the top, then add a debugger likepry
. Then run the commandruby {file name}.rb
in the terminal. I created a file calledtest.rb
, then I ranruby test.rb
. From there you can add the api_key, secret and wehook token and test the fax functions.