When calling HelloSign.create_embedded_signature_request
I get these log message:
WARNING: `Faraday::Connection#basic_auth` is deprecated; it will be removed in version 2.0.
While initializing your connection, use `#request(:basic_auth, ...)` instead.
See https://lostisland.github.io/faraday/middleware/authentication for more usage info.
When calling
HelloSign.create_embedded_signature_request
I get these log message:
I believe it comes from here:
https://github.com/HelloFax/hellosign-ruby-sdk/blob/f5b3cb187873d1be7588c6da775012636f8d90a9/lib/hello_sign/client.rb#L159-L163
However I am not sure how to fix it. Any suggestions?