pgxn / pgxn-api

Maintain and serve a REST API to search PGXN mirrors
http://pgxn.org/
15 stars 2 forks source link

Add JSONP Support #1

Closed theory closed 13 years ago

theory commented 13 years ago

Allow any request to use JSONP. Should be simple with Plack::Middleware::JSONP.

theory commented 13 years ago

Partially done in 44df47b9be5a10c2ef9556e759697678d4f33735. Plack::Middleware::JSONP doesn't (yet) support file handles, which Plack::App::File uses. So will have to do something about that.

theory commented 13 years ago

Finished a while back.