-
Notifications
You must be signed in to change notification settings - Fork 28
API endpoints for Debian projects
Giorgos Drosos edited this page Jan 31, 2022
·
1 revision
Take a look at the documentation to see how to launch the REST server.
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
|
|
[
{
"id": bigint
"package": text,
"version": text,
"createdAt": timestamp,
"url": text
}
]
|