Closed 00karthik closed 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.
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
I have multiple external apis. Can I call them some how without initialising them in multiclentMiddleware