Skip to content

v4.1.0

Compare
Choose a tag to compare
@angelodipaolo angelodipaolo released this 22 Feb 19:57
· 98 commits to master since this release

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 to WebService
  • Added an initializer to WebService for initializing with a URL.
  • Enabled runtime overriding of absoluteURLString(_:)