Networking brings together URLSession, Combine, Decodable and Generics to simplify connecting to an api.
Clean, Build and Run! 😎
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.
- 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.
Will use coingecko for requesting a coins data to test our Networking.