iOS client for Todos BE
For this interactive lecture, you'll use a Todo List API to build a Todo app using Alamofire.
First, fork this repository, then clone it
You'll find a UI and some model classes - see the code for comments and tasks
Resources you'll need:
API Docs: https://lighthouse-todos.herokuapp.com/
Alamofire: Networking Library for Swift, you'll use it to read and write to the server https://github.com/Alamofire/Alamofire
Alamofire Response Object Serialization: Allows you to read server responses directly into your classes https://github.com/Alamofire/Alamofire#generic-response-object-serialization