Doesn't support POST queries
Closed this issue · 2 comments
xsawyerx commented
(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"}}}
xsawyerx commented
Complex GET requests are now supported. Next goal: POST requests.
xsawyerx commented
Resolved in version 0.30 with code by Tim Bunce.