app.js
295 Bytes
/**
* AtomPub Handlers
*
* This library formats compliant AtomPub requests, handles server interaction
* and interprets the results back into JSON
*/
APP=new function(){
this.GET=function(url){
}
this.PUT=function(){
}
this.POST=function(){
}
this.DELETE=function(){
}
}