Cannot retrive all package versions owned by the authenticated use #2251
Labels
Breaking API Change
PR will require a bump to the major version num in next release. Look here to see the change(s).
Problem
In the current implementation we cannot retrieve all versions of a package for a
user
using the functionPackageGetAllVersions
present in theusers_packages.go
file.The
PackageGetAllVersions
function has no parameters to allow pagination and retrieve all versions of a package, being limited to a return of 30 elements[]*PackageVersion
, which is the default value of the GitHub API.Context
I'm creating a CLI tool to clean up my GitHub container packages and I find this limitation.
Code
Results
The text was updated successfully, but these errors were encountered: