We like Restlets' approach to RESTful web services and its Android client library works great. We also know that there are superb REST client APIs for Ruby on Rails and we are expecting someone out there on the net has come up with a REST client as good as these Rails APIs on iOS and as compatible with Restlets as its Android library. Has anyone come across one?
Asked
Active
Viewed 606 times
0
-
1if you look for a library that conforms to the REST Protocol take a look at: https://github.com/RestKit/RestKit – CarlJ May 14 '12 at 15:05
-
RestKit seems to be exactly what I'm looking for. Thanks for your answer meccan. – Sandah Aung May 15 '12 at 07:52
-
FYI, we are starting work on a port of Restlet Framework to iOS (client side). You can track it at https://github.com/restlet/restlet-framework-ios – Jerome Louvel May 18 '12 at 08:00