cantierecreativo / redux-bees

A nice, short and declarative way to interact with JSON APIs
592 stars 41 forks source link

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

Open dlikhten opened 5 years ago

dlikhten commented 5 years ago

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.

dlikhten commented 5 years ago

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