svrcekmichal / redux-axios-middleware

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

Call another api #112

Closed 00karthik closed 4 years ago

00karthik commented 4 years ago

I have multiple external apis. Can I call them some how without initialising them in multiclentMiddleware

vasilevich commented 4 years ago

Isn't it kind of the point of multiclientMiddleware? just initiate all the possible APIs there, in order to use them later on in the app, and export them as modules or part of modules.

00karthik commented 4 years ago

I was hoping if we pass whole urls we could call those apis instead of using the multiclientMiddleware. I have a. bunch of external apis. I have to call declare every apis in the multiclientMiddleware