code4romania / monitorizare-vot-ios

iOS election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
https://votemonitor.org/
Mozilla Public License 2.0
19 stars 24 forks source link

[Core] Refactor API calls #82

Closed CristiHabliuc closed 4 years ago

CristiHabliuc commented 5 years ago

Right now the API calls are duplicated across a bunch of classes. Ideally we would have a central entry point (an API manager) that will serve as the interface between the ViewController/ViewModel and the server.

CristiHabliuc commented 4 years ago

Done