3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Change the base URL for a single request? #228

Closed danmartyn closed 6 years ago

danmartyn commented 6 years ago

Is it possible to change the base URL for a single request?

3lvis commented 6 years ago

@danmartyn Hi, sadly no, you'll need to create a new Networking instance for each base URL.