awesomemotive / edd-ios

iOS App for Easy Digital Downloads
0 stars 2 forks source link

Create EDD API Wrapper Object #51

Closed sunnyratilal closed 8 years ago

sunnyratilal commented 8 years ago

We need to create an EDDAPI wrapper class that is used for all REST API calls by the app

sunnyratilal commented 8 years ago

Currently a wrapper object is being built using Alamofire and SwiftyJSON

The EDDAPIObject is a subclass of NSObject which implements variables to the endpoints and helper methods which return an NSDictionary containing all the JSON data.

sunnyratilal commented 8 years ago

New API wrapper object has been created and is functional