Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guajax

Promise based ajax libary from Glass Umbrella. Supports AMD/Requre.js

Usage

guajax.get("url", { 
  property: value
})
.then(response) {
  // Success
})
.catch(error) {
  // Fail
});

Docs

  • get
  • patch
  • post
  • del
  • put

Install

bower install guajax --save

About

Glass Umbrella Ajax

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages