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 from axios to make requests.
Alternatives Considered
No response
Additional Context
No response
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
requestfromaxiosto make requests.Alternatives Considered
No response
Additional Context
No response