bluefeet / GitLab-API-v4

A complete GitLab API v4 client.
https://metacpan.org/pod/GitLab::API::v4
Other
20 stars 23 forks source link

add container_registry methods #40

Closed domm closed 4 years ago

domm commented 4 years ago

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

domm commented 4 years ago

@bluefeet ping!

Any idea when/if this PR will be merged?

bluefeet commented 4 years ago

I just released 0.24 which includes these changes.

Thank you!