Links tagged with “REST”
- All (3)
- Entries (1)
- Links (2)
- Photos (0)
CodeIgniter REST
A nice look at how to implement REST routes in CodeIgniter. I’ve been using CodeIgniter for a recent project, and I definitely wish I had found this before starting.
ObjectiveResource
Pretty cool:
ObjectiveResource is an Objective-C port of Ruby on Rails’ ActiveResource. It provides a way to serialize objects to and from Rails’ standard RESTful web-services (via XML or JSON) and handles much of the complexity involved with invoking web-services of any language from the iPhone.
I’ve been considering trying out some iPhone development (even though I don’t yet own one), and this seems like a really slick way to interface with an existing Rails application.
