Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Releases: swiftuiux/d3-network-service

Network service v1.0.3

06 Jun 14:07
Compare
Choose a tag to compare
  • Do in parallel infinite amount of requests collecting their results in Array and waiting until they are all done

Network service v1.0.2

05 Jun 16:39
Compare
Choose a tag to compare
  • Ability to chain requests layering with predicate logic analyzing previous result

Network service v1.0.1

28 May 06:52
Compare
Choose a tag to compare
  • Documentation
  • Code improvements

Network service v1.0.0

27 May 10:55
Compare
Choose a tag to compare

Features

  • Stand alone package without any dependencies using just Apple's Combine facilities
  • Error handling from forming URLRequest object to gettting data on a subscription
  • Customizable for different environments development, production...
  • Customizable for different requests schemes from classic CRUD Rest to what suits to your own custom routes
  • Based on interfaces not implementations
  • Ability to log and customize logers for different environment