Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This addresses the following deprecation warning: WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0. While initializing your connection, use `#request(:authorization, ...)` instead. See https://lostisland.github.io/faraday/middleware/authentication for more usage info. Faraday 2.x will support passing a username and password to the middleware, and encoding it automatically, but versions prior to that do not. Therefore, we encode it ourselves for backwards compatibility.
- Loading branch information