A plugin to ease AJAX interaction with RESTful APIs.
There are the following public jQuery methods:
jQuery.restful.get
jQuery.restful.post
jQuery.restful.put
jQuery.restful.delete //for CRUD conventions too
jQuery.restful.create //alias jQuery.restful.post
jQuery.restful.read //alias jQuery.restful.get
jQuery.restful.update //alias jQuery.restful.put
jQuery.create
jQuery.read
jQuery.update
jQuery.delete
Each method accepts settings of jQuery.ajax
Found any bug? Notify issue.