Skip to content

Releases: JZDesign/HTTPEngine

0.2.21

22 Aug 19:47
b1f3318
Compare
Choose a tag to compare

Removes local utility functions and pulls them in from another package

Put, Patch, Delete

21 Aug 15:51
60e74b0
Compare
Choose a tag to compare

Adds a few new helper methods and documentation. These methods are very similar to .post

Get, Post and More + better documentation

18 Aug 12:47
201ba12
Compare
Choose a tag to compare
0.2.1

Add usage documentation to readme (#12)

Get, Post and More

18 Aug 01:47
fb60cbb
Compare
Choose a tag to compare

Release 0.2.0

This release contains convenient helper methods that wrap Swift's Combine + URLSession and supplies an enjoyable and succinct developer experience to:

  • Build and make requests
  • Encode json Body
  • Decode the Json Responses
  • Handle Status Code Validation
  • Return developer friendly errors to work with

What is not in this release

All the desired helper methods patch delete etc.,

Notes

The branch was titled release1.0 by mistake.

Generate Docs

17 Aug 20:31
45a4ffb
Compare
Choose a tag to compare
Generate Docs Pre-release
Pre-release

This was to test the Jazzy docs generation flow.