-
-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to pass Faraday config block to Client #373
Conversation
"message")).to include("Missing parameter 'name'") | ||
end | ||
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This spec is kind of unrelated but being unable to find this error is what triggered this PR. So including it
This is such interesting timing. I was thinking of adding something along these lines, actually, because so far I was monkey patching this in the initializer
Obviously, having such a block to configure the Faraday object is an improvement. FYI: this was because I was still observing time outs |
Ah sweet - could you test this PR with that use case? Would be much appreciated 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do merge
All Submissions: