APIClient 0.0.5
Pre-release
Pre-release
- Make
Configurationinit public - #10, thanks to Theis Egeberg - All
sendmethods 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 oldsendmethod - Add
data(for:)method returningResponse<Data> - Add
options,head, andtraceHTTP methods - Method
deleteto usequeryinstead ofbody