Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Client] Change how the adapter is set in the client initializer
Migrating to Faraday 1.0 means we check with `adapter` to see which one has been selected. I also changed the order in which the given block is ran. There's a case where one of the adapter libraries could be loaded and an adapter is passed in with the block, but `__auto_detect_adapter` would overwrite this. So the block is now ran last.
- Loading branch information