xsawyerx/metacpan-api

Doesn't support POST queries

Closed this issue · 2 comments

(via rt.cpan.org, reported by Tim Bunce)

For example, I'd like to be able to do this kind of query via the API:

http://explorer.metacpan.org/?url=/release&content={"query":{"match_all":{}},"filter":{"prefix":{"archive":"Cache-Cache-1.06"}}}

Complex GET requests are now supported. Next goal: POST requests.

Resolved in version 0.30 with code by Tim Bunce.