Description
Description of the problem, including code/CLI snippet
From the documentation I am not able to figure out finding the relevant method to match the API https://docs.gitlab.com/ee/api/container_registry.html#list-registry-repository-tags from gitlab.
What I can find is https://python-gitlab.readthedocs.io/en/stable/gl_objects/repositories.html which gets all registry repositories - not a single one, given that I have the container registry repository ID at hand.
"delete" method seems to take id= as parameter but same is missing for list method & there is no get method for project.repositories either.
Expected Behavior
A method is available to match https://docs.gitlab.com/ee/api/container_registry.html#list-registry-repository-tags
Actual Behavior
Not able to fetch a single container registry repository when we have the ID of the repository at hand.
Specifications
- python-gitlab version: 3.15.0
- API version you are using (v3/v4): v4
- Gitlab server version (or gitlab.com):16.2.3