Closed Bug 1271837 Opened 8 years ago Closed 6 years ago

Need an API for getting current versions of FFx

Categories

(bugzilla.mozilla.org :: API, defect, P3)

Production
defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: emceeaich, Unassigned)

References

Details

API consumers need a good way to programmatically request the current set of releases of FFx so that they can figure out which release tracking and status flags to request.

One way to do this would be an endpoint like /rest/versions which returned the current releases 

{ "esr": 38.1, "nightly": 49, "aurora": 48, "beta": 47, "release": 46, … }

Another would be 'magic' query arguments that would return status and release flags corresponding to the current releases for the bug.
(In reply to Kohei Yoshino [:kohei] from comment #1)
> You can use this: https://product-details.mozilla.org/firefox_versions.json

This is great to know, but it'd still be nice to have the magic flags in the bmo API, so I will keep the bug open for the magic flags request.
See Also: → 1275327
Priority: -- → P3
Will use the firefox_versions.json for now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.