SHRESTful for iOS/MacOS

On May 30, 2013 by شاهین

SHRESTful is a complete solution for using RESTful web APIs in your iOS/MacOSX apps using Cocoa.

It uses the standard `NSURLConnection` to send requests to RESTful services and get the results. Supports ‘JSON’ or ‘forms’ data format for requests, and it automatically handles HTTP connections, status codes and parsing the results returned from server.

Example

You can see SHRESTful in action by running the sample code from the package:

SHRESTful

 

 

The project is open-source and the source is available on GitHub at: https://github.com/shaahin/SHRESTful

Suggestions?

Send me a quick comment with your ideas to make this even better and more useful 🙂

Leave a Reply