You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Hi! No, it's not assigned, feel free to take a shot. I haven't researched for libraries yet; I believe we'd need a library which is promise-based and accepts options via an object (so we can do options merging, useful in config etc.)
Signature should be something like request({ method: "...", url: "...", headers: { ... }, ... }): Promise<any>. Ideally, it should throw on 4xx, 5xx. Optionally, it should follow redirects.
I'd be open to use a library which doesn't follow the requirements I described, as long as we can define a wrapper function with the signature mentioned above.
Thanks for your interest :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
request is dying: request/request#3142
The text was updated successfully, but these errors were encountered: