Open joamag opened 9 years ago
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.
@tsilva the base implementation is already online in latest push, but no major features are there, please start inheriting from that class
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:
Inspiration
The creation of this feature is heavily inspired by the Appier API class.