scalacenter / scaladex

The Scala Package Index
https://index.scala-lang.org
BSD 3-Clause "New" or "Revised" License
195 stars 76 forks source link

Rework the Scaladex API #1345

Closed adpi2 closed 4 weeks ago

adpi2 commented 4 months ago

Introduces 3 endpoints:

The old GET /api/artifacts endpoint is removed because it was unsafe (OOM).

The language and platform filters are not yet implemented.

There is no pagination and I don't plan to add it in the near future. All responses of the new API should be reasonably small.

This PR is deployed on https://index-dev.scala-lang.org/ for testing. Some example requests are:

The API is documented here.