Hi - Is there a way to get a JSONP wrapper on list data? I've tried the 'callback=foo' parameter but that doesn't seem to work as it does for the rest of the API:
$ curl "http://openlibrary.org/people/george08/lists/OL97L.json?callback=foo" {"seed_count": 5, "links": {"editions": "/people/george08/lists/OL97L/editions", "self": "/people/george08/lists/OL97L", "seeds": "/people/george08/lists/OL97L/seeds", "subjects": "/people/george08/lists/OL97L/subjects"}, "edition_count": 535, "description": "Happy to lose myself in reading about that.", "meta": {"created": "2010-12-17T18:50:35.064318", "last_modified": "2010-12-17T18:54:58.115370", "revision": 5}, "name": "Time Travel"} Also, are there any plans to implement CORS support? Thanks, Roy _______________________________________________ Ol-tech mailing list [email protected] http://mail.archive.org/cgi-bin/mailman/listinfo/ol-tech To unsubscribe from this mailing list, send email to [email protected]
