Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 505 Bytes

:pkg.rest

File metadata and controls

42 lines (26 loc) · 505 Bytes

/packages/:base/:pkg

Contents

Drop a user-uploaded package.

Example:

< DELETE /packages/12.3/private-code-1.2.rpm

> 204 No Content

Retrieve information for a user-uploaded package.

Example:

< GET /packages/12.3/private-code-1.2.rpm

> 200 Ok
>
> {
>   file: "private-code-1.2.rpm"
> , size: 587500
> , arch: "x86_64"
> }