svrcekmichal / redux-axios-middleware

Redux middleware for fetching data with axios HTTP client
MIT License
922 stars 96 forks source link

default options of middleware. #90

Open arul-prasad opened 5 years ago

arul-prasad commented 5 years ago

Is it possible to read default options of middleware?

because I need to write my own middleware config to have my onSuccess onError and I will use customized onSuccess /OnError wrapping the default onSuccess/onError.

OmbraDiFenice commented 5 years ago

I needed to do something similar, defaults can be found here

arul-prasad commented 5 years ago

yes using the same.

Thanks.