-
Notifications
You must be signed in to change notification settings - Fork 60
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
Document on how to use the new fetch API equivalent to http agents #613
Comments
I probably will need some guidance here because I don't have experience with
Node.js GitHub Discussion for more context: nodejs/undici#2167 Tagging @gr2m because I think you have more context on this. |
We use that option all the time in the tests, so it works for sure. You can't use I'm not sure we really want to document the |
👍🏽
👍🏽
This is what @gr2m posted:
I updated the CodeSandbox example with an example with |
Codesandbox example looks good, thank you! I think we don't need to import fetch from I would create |
The standard fetch types that typescript uses doesn't include the
|
🎉 This issue has been resolved in version 8.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Currently we have a PR in the works, and discussions happening over in the
@octokit/request
repo: #599We still need documentation on how to use the new fetch API equivalent to http agents.
If you'd like you can take that up
Originally posted by @wolfy1339 in octokit/octokit.js#2484 (reply in thread)
The text was updated successfully, but these errors were encountered: