- This is a stupid simple RESTful class for when you need a stupid simple RESTful class
- Uses ASIHTTPRequest
- It's still a bit rough.
- Copy the files into your xcode project
- make sure you're using ASIHTTPRequest (http://allseeing-i.com/ASIHTTPRequest/)
- Create a model and subclass RESTModel
- Use
- I've yet to use the PUT and it may not work.