We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to do a basic get like in the doc:
require 'faraday'
response = Faraday.get 'http://httpbingo.org'
print response.body
Error message : no stubbed request for get http://httpbingo.org (Faraday::Adapter::Test::Stubs::NotFound)
If possible, please provide the steps to reproduce the issue.
Issue description
Steps to Reproduce
The text was updated successfully, but these errors were encountered:
Ok found the problem. In version 2 the default adapter is :test
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Basic Info
Issue description
Try to do a basic get like in the doc:
require 'faraday'
response = Faraday.get 'http://httpbingo.org'
print response.body
Error message : no stubbed request for get http://httpbingo.org (Faraday::Adapter::Test::Stubs::NotFound)
Steps to reproduce
If possible, please provide the steps to reproduce the issue.
CHECKLIST (delete before creating the issue)
Issue description
andSteps to Reproduce
sections.The text was updated successfully, but these errors were encountered: