I am working on a project with a restful API. I use GuzzleHttp library in order to get/put etc. data in the API.
Is there any way where you can change GuzzleHttp\Client's base url on the run. My idea is because I have multiple endpoints of one api but the base url is not the same so I want to create one Client with some options but change the base url when I want to execute some request.