Swift library for REST network communications mapping and storing received data.
This library manages lifecycle of the REST request:
- building NSURLRequest
- performing NSURLRequest with Alamofire
- mapping response JSON to objects of your application model (CoreData objects for example)
Sources of inspiration -
contacts