I recently needed to access the Container Registry API
https://docs.gitlab.com/ee/api/container_registry.html
to bulk-delete old containers. As this API was not yet implemented in GitLab::API::v4, I have added the needed config (btw, nice way to "program" an API client!)
I'm using a local copy including my patch, and can now successfully access the Container Registry API.
Hey!
I recently needed to access the Container Registry API https://docs.gitlab.com/ee/api/container_registry.html to bulk-delete old containers. As this API was not yet implemented in GitLab::API::v4, I have added the needed config (btw, nice way to "program" an API client!)
I'm using a local copy including my patch, and can now successfully access the Container Registry API.
So please review / merge my patch!
Greetings, domm