-
Notifications
You must be signed in to change notification settings - Fork 3
Home
michelescarlato edited this page Jun 18, 2021
·
11 revisions
APIs descriptions
Done | Resource | Method | Req. body | Query params | Response codes | Response body |
---|---|---|---|---|---|---|
✅ Missing: tests |
/mvn/packages/{pkg}/{pkg_ver}/deps |
GET |
— |
limit : integer , offset : integer , artifactRepository : text , releaseDate : long
|
|
[
{
"package_version_id": bigint,
"dependency_id": bigint,
"version_range": [
text
],
"metadata": json
}
]
|