v4.1.0
WebService
can now be initialized with a URL
type for the baseURL along with the existing baseURLString
. Example:
let url = URL(string: "http://httpbin.org")
let service = WebService(baseURL: url)
- Added
baseURL: URL?
property toWebService
- Added an initializer to
WebService
for initializing with aURL
. - Enabled runtime overriding of
absoluteURLString(_:)