We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26c1f6 commit afc8426Copy full SHA for afc8426
docs/Beta-API-docs.md
@@ -57,3 +57,17 @@ curl -XPOST api.beta.metacpan.org/release/_search -d '{
57
}
58
}'
59
```
60
+
61
+### The size of the CPAN unpacked
62
63
+````sh
64
+curl -XPOST api.beta.metacpan.org/file/_search -d '{
65
+ "query": { "match_all": {} },
66
+ "facets": {
67
+ "size": {
68
+ "statistical": {
69
+ "field": "stat.size"
70
+ } } },
71
+ "size":0
72
+}'
73
+````
0 commit comments