devli2009 / data-gov-wiki

Automatically exported from code.google.com/p/data-gov-wiki
0 stars 0 forks source link

JSONP support #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If a "callback" CGI parameter is set, return the JSON as a javascript
function call.

eg. Adding  &callback=foo to the URL

Makes the JSON return wrapped thus:

foo( ...JSON... );

Original issue reported on code.google.com by christop...@googlemail.com on 15 Nov 2009 at 10:27

GoogleCodeExporter commented 8 years ago
ps. This is so you can do funky mashup things with the API. 

Original comment by christop...@googlemail.com on 15 Nov 2009 at 10:27

GoogleCodeExporter commented 8 years ago
will figure it out soon

Original comment by liding...@gmail.com on 16 Nov 2009 at 5:20

GoogleCodeExporter commented 8 years ago
added callback for exhibit and sparql json output

Original comment by liding...@gmail.com on 16 Nov 2009 at 5:36