Skip to content

Add "perl_maturity" option to release data APIs #31

@preaction

Description

@preaction

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 cpan-testers/cpantesters-web#10).

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

  • stable - the default, show only data from stable Perls
  • dev - show only data from development Perls
  • all - show combined totals from all Perls

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions