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
There might be cases where fetch() isn't suitable such as an older runtime or re-using an existing client already bundled / available. The library should support passing a custom http client.
Solution Description
Pass a client such as request from axios to make requests.
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Problem Description
There might be cases where
fetch()
isn't suitable such as an older runtime or re-using an existing client already bundled / available. The library should support passing a custom http client.Solution Description
Pass a client such as
request
fromaxios
to make requests.Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: