Download a Debian package file
GET
/api/v4/projects/{id}/packages/debian/pool/{distribution}/{letter}/{package_name}/{package_version}/{file_name}
Downloads a specified Debian package file for a project.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” distribution
required
string
The Debian Codename or Suite
Example
my-distro letter
required
string
The Debian Classification (first-letter or lib-first-letter)
Example
a package_name
required
string
The Debian Source Package Name
Example
my-pkg package_version
required
string
The Debian Source Package Version
Example
1.0.0 file_name
required
string
The Debian File Name
Example
example_1.0.0~alpha2_amd64.debResponses
Section titled “ Responses ”OK
Bad Request
Unauthorized
Forbidden
Not Found