Feature review pre-migration of Drupal functionality
This API is already available on production, but in what I call a dark launch, in that nothing knows of it or uses it yet. There are some small changes to the API for cleaner URLs and filters, but there are some legacy endpoints still available as well.
Legacy:
https://api.eclipse.org/downloads/file
https://api.eclipse.org/downloads/file/17836060
https://api.eclipse.org/downloads/release/epp?release_name=2022-03&release_version=r
New:
https://api.eclipse.org/downloads/releases/active
https://api.eclipse.org/downloads/releases/epp/2022-03
https://api.eclipse.org/downloads/releases/epp/2022-03/r
These endpoints should help serve downloads much more cleanly and without fuss. We will need to consider how to support Adoptium into this API in the future, but that isn't part of the current state, and is not even planned at this point.