Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 519 Bytes

0012-use-networkManager-for-network-requests.md

File metadata and controls

18 lines (11 loc) · 519 Bytes

Using NetworkManager instead of Fetchable protocol

  • Status: accepted
  • Deciders: iOS Team
  • Date: 2020-12-30

Context

Our team created NetworkManager for network requests. For consistency we should replace and use NetworkManager instead of Fetchable protocol

Decision

Every new interactors must use NetworkManager. Also every new endpoints should use new networker approach

Consequences

  • All interactor methods will be in the same format.
  • With NetworkManager handling endpoints are easy and simple