Skip to content

Releases: Zhendryk/APIClient

Release 1.3.1

07 Jul 21:02
Compare
Choose a tag to compare

Fixed a bug related to double encoding array HTTPParameters. Cleaned up the Send method. All requests now also return the URLResponse along with the data.

Release 1.3.0

22 Jun 03:50
Compare
Choose a tag to compare

Added path support to clients, which combines with the request paths.

Release 1.2.0

22 Jun 03:29
Compare
Choose a tag to compare

Made the return value of a successful request non-optional. Added parameters to send method to make it much more robust.

Release 1.1.0

21 Jun 03:33
Compare
Choose a tag to compare

Added template classes for the basic (GET, POST, PUT, PATCH, DELETE) requests to eliminate boilerplate code on the consumer side. Added support for URL path parameters.

Release 1.0.0

21 Jun 00:18
Compare
Choose a tag to compare

First full release of APIClient. Available as a Swift Package.