Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 426 Bytes

Simple Rest model

  • This is a stupid simple RESTful class for when you need a stupid simple RESTful class
  • Uses ASIHTTPRequest
  • It's still a bit rough.

Usage

  1. Copy the files into your xcode project
  2. make sure you're using ASIHTTPRequest (http://allseeing-i.com/ASIHTTPRequest/)
  3. Create a model and subclass RESTModel
  4. Use

Known Issues

  1. I've yet to use the PUT and it may not work.