Skip to content

API endpoints for Debian projects

Giorgos Drosos edited this page Jan 31, 2022 · 1 revision

ToC

Getting started

Take a look at the documentation to see how to launch the REST server.

Endpoints

Resolution

Done Resource Method Req. body Query params Response codes Response body

Missing:
tests
/debian/packages/{pkg}/{pkg_ver}/resolve/dependents GET transitive: boolean, timestamp: long
  • 200: OK
  • 404: Package not found
  • 404: Package version not found
[ { "id": bigint "package": text, "version": text, "createdAt": timestamp, "url": text } ]