hivesolutions / cameo

A generic framework for iOS interaction
http://cameo.hive.pt
Apache License 2.0
0 stars 0 forks source link

Support for Abstract API class (like Appier) #6

Open joamag opened 9 years ago

joamag commented 9 years ago

Description

To be able to simplify the process of creating an API client in Objective-C it's relevant to have an abstract class that handles, things like:

The creation of this feature is heavily inspired by the Appier API class.

joamag commented 9 years ago

@tsilva the base implementation is already online in latest push, but no major features are there, please start inheriting from that class