Skip to content

Instantly share code, notes, and snippets.

@oalders
Created June 6, 2011 03:45
Show Gist options
  • Save oalders/1009705 to your computer and use it in GitHub Desktop.
Save oalders/1009705 to your computer and use it in GitHub Desktop.
curl -XPOST api.beta.metacpan.org/release/_search?size=100 -d '{
"query": {
"match_all": {},
"range" : {
"release.date" : {
"from" : "2010-06-05T00:00:00",
"to" : "2011-06-05T00:00:00",
}
}
},
"fields": ["release.license", "release.name", "release.distribution", "release.date", "release.version_numified"]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment