Profile
Achievement
halk's Recent SnippetsTagged api
- All /
« Prev 1 Next »
This is a public jsonp api. I use it with jQuery Like This:
$.getJSON("http://yourdomain/yourpath/jsonp_api.php?method=getSchema¶ms=your_db_name&jsoncallback=?",
function(data){
//DO SOMETHING WITH THE DATA HERE
}...
1
1120
posted 12 years ago by halk