Add JSONP support for JavaScript clients

Issue #35 closed
Daniel Climent created an issue

I've noticed the API doesn't have headers, so it won't serve to a JS client, one solution would be add support for JSONP (like JSON but wrapped into a function)

Comments (7)

  1. Daniel Climent reporter

    couldn't make it work. it responses in jsonp format: callback([{"id":...}]) but it forces to download the response, therefore I'm getting errors with jQuery.

  2. Log in to comment