Skip to content

felipewebdf/jquery-restful

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

jQuery.restful

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.

About

jQuery RESTful plugin by Wend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published