Synchronous requests and more
This release brings a couple new features and changes:
- you can schedule requests synchronously by calling
scheduleSynchronously(...
on aNetwork
instance or directly on your request instance. This will return the result of the request directly instead of aNetworkTask
- the order of arguments for
URLBuilder
query items has been changed to match that ofURLQueryItem
- you can now opt out of the JSON injection for
DecodableRequest
by providinginjectJSONOnError: Bool