TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
A simple REST framework for use in iOS applications.
The methods provided in RestForIOS.h can be used to construct a wrapper class for the RESTful API you wish to access. All methods are fully documented in RestForIOS.h, and are appledoc'd (so the documentation shows up in XCode).
All the methods in RestForIOS are class methods (+), so if you have a functional bent to your programming style, RestForIOS is a good fit. I also made them class methods in order to more easily deploy them through a background thread.
For now, the POST methods provided in this framework only work with the Form/Data style of POST.