svrcekmichal / redux-axios-middleware

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

Set client URL from async storage? #89

Open kenji-1996 opened 5 years ago

kenji-1996 commented 5 years ago

I have setup redux with this middleware but I would like to set the 'url' for the client, and change it with Async storage, as the user enters their server URL and the api calls are made from that

I see you can have multiple clients but how can I set the client URL from within the app and save and load that from async storage

RaulCorreia commented 4 years ago

I'm trying to do the same thing, and so far without success.

ishaqashraf commented 3 years ago

@kenji-1996 is there any update regarding that issue ?