Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • ktatompub
  • Client
  • js
  • APP
  • app.js
  • Initial commit of ktatompub ...
    810f45ac
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-24 14:42:20 +0200  
    Browse Code ยป
app.js 295 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/**
 * 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(){
	}
	
}