cantierecreativo/redux-bees

Support for different types of fetch mechanisms... (axios)

Opened this issue · 1 comments

axios has some nice features on top of fetch, including mechanisms to cancel requests. Please provide us with a way (or just the impl) to create an axios adapter. Ideally I should be able to give the axios instance during configuration.

I think a first step would be providing a custom request function in the options of a buildApi.