-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Currently, API wrapper uses request-promise to handle HTTP requests to API.
By allowing users to specify their own request agent, we would be making this library a lot more flexible. We could, for example, make it work on a React Native application by specifying fetch as the request agent.
💭