-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor: use {gh} in lieu of {httr2} for calling the REST API #44
Conversation
This is brilliant, thank! So much junk removed! Any idea what's wrong with the tests now? |
I'll come back to this next week. I suspect I need to re-record the mock files! |
but also why doesn't R CMD check fail?! |
Aha, it was the httptest2 redactor! Swapping for gh changed the API path, so the old REST-path redactor was no longer applied. Fixed now |
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.
Great, thank you!
thank you!! |
Thanks to you for the PR! |
No description provided.