uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
375 stars 125 forks source link

Move baseURL config into Configuration object #194

Open edjiang opened 6 years ago

edjiang commented 6 years ago

Right now the baseURL is configured by each API endpoint that implements the UberAPI protocol. The base URL should be a configuration property instead.