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

Network service v1.0.0

Compare
Choose a tag to compare
@swiftuiux swiftuiux released this 27 May 10:55
· 121 commits to main since this release

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