cpan-testers / cpantesters-api

An API in to data held by CPAN Testers: Test reports and CPAN uploads
Other
4 stars 4 forks source link

Add "perl_maturity" option to release data APIs #31

Open preaction opened 6 years ago

preaction commented 6 years ago

The release data API presently only shows data from stable Perls. This makes it difficult to match up the data shown on (for example) MetaCPAN with the totals shown on every other site (which includes development Perls).

We have data from development Perls that we could give. Indeed, we used to already give this data (and that caused some problems like https://github.com/cpan-testers/cpantesters-web/issues/10).

We should add a perl_maturity option. It should have three possible values:

All of the /release APIs should have this same parameter. For consistency's sake, the /summary APIs should also add the all value, which is the default for the summary APIs.