GitLabApiClient icon indicating copy to clipboard operation
GitLabApiClient copied to clipboard

Support environments API

Open ryepup opened this issue 5 years ago • 1 comments

From the Environments docs:

Environments allow control of the continuous deployment of your software, all within GitLab. ...

  • Provides a full history of your deployments for each environment.
  • Keeps track of your deployments, so you always know what is currently being deployed on your servers.

API endpoints are available on https://docs.gitlab.com/ee/api/environments.html

ryepup avatar Feb 17 '20 18:02 ryepup

Ran into this today, I need to invoke the stop method for gitlab environments and this client doesn't support it. I see this PR: https://github.com/nmklotas/GitLabApiClient/pull/240 add support for it. Is this something you are considering adding?

Xhanti avatar Mar 02 '23 13:03 Xhanti