Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.07 KB

jQuery.restful Scrutinizer Code Quality

A plugin to ease AJAX interaction with RESTful APIs.

Methods

There are the following public jQuery methods:

HTTP Methods for REST conventions
jQuery.restful.get
jQuery.restful.post
jQuery.restful.put
jQuery.restful.delete //for CRUD conventions too
CRUD conventions
jQuery.restful.create //alias jQuery.restful.post
jQuery.restful.read   //alias jQuery.restful.get
jQuery.restful.update //alias jQuery.restful.put
Shortcuts for CRUD conventions
jQuery.create
jQuery.read
jQuery.update
jQuery.delete

Params

Each method accepts settings of jQuery.ajax

Bug tracker

Found any bug? Notify issue.