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
Along these lines:
library(httptest2) # Don't repeat the base url in httptest2 recording paths. set_redactor(function(x) { gsub_response(x, paste0("https://api.apis.guru/v2", "/"), "", fixed = TRUE) })
The text was updated successfully, but these errors were encountered:
httptest2::use_httptest2() covers a basic version of this. Do that instead of use_package'ing it.
Sorry, something went wrong.
Use httptest2.
9cb4cb7
Closes #35.
Use httptest2. (#38)
3e15ed8
Successfully merging a pull request may close this issue.
Along these lines:
The text was updated successfully, but these errors were encountered: