1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-06 18:47:19 +00:00
Files
gitea/routers/api/v1/packages
KN4CK3R bec9233c29 Add package version api endpoints (#34173)
Fixes #33544

Adds two new api endpoints to list a versions of a package and to get
the latest version of a package by API.

⚠️ BREAKING ⚠️ 
the `size` field for this endpoint changes from `Size` to `size`.
2025-04-13 20:00:44 +00:00
..