/Networking

📡 Networking code leveraging Combine, Decodable & Generics.

Primary LanguageSwiftMIT LicenseMIT

Networking

Swift 5 Xcode 14.0.1 listence MIT

Networking brings together URLSession, Combine, Decodable and Generics to simplify connecting to an api.

Dev Setup

Clean, Build and Run! 😎

Dev Notes

App Architecture: Model View View Model is used for the Architecture.

Persistent Storage: Core Data is used as a Persistent Storage.

Unit Testing: XCTest is used for unit test.

TODO List:

  • Creating structure and Core Helpers.
  • Creating EndPoint.
  • Creating URLRequestBuilding.
  • Creating DataResponseHandling.
  • Creating DataRequesting.
  • Creating Requestable.
  • Integration of a Service.
  • Handling Offline Mode.
  • Writing unit tests.

Usecase

Will use coingecko for requesting a coins data to test our Networking.