This project provides a Cocoa framework to access images of an imaginary image service. It is a playground to develop best practices for building application backends.
The framework consist of:
- an Model Layer defining the (CoreData) model of images,
- an API Layer providing access to the imaginary service, and
- an Resource Manager tying those two layers together.