Hi,
I want to switch the Base URl based on some settings/selection on my Screen.
So that whenever in app any of API get called it should be get called based on Respective Base URL.
Thanks
I think you can achieve that by creating an OnBeforeRequest event,
and it it change the CustomizedRequest.baseURL with the value from your screen.
Regards,
Daniel
Daniël Kuhlmann wrote:
Thanks Daniel,
I found the desire in OnBeforeRequest.