APIClient 0.0.5
Pre-release
Pre-release
- Make
Configuration
init public - #10, thanks to Theis Egeberg - All
send
methods now return a newResponse<T>
struct containing not just the response value, but also data, request, response, and status code. - Add
value(for:)
method that returnsT
– a replacement for the oldsend
method - Add
data(for:)
method returningResponse<Data>
- Add
options
,head
, andtrace
HTTP methods - Method
delete
to usequery
instead ofbody