xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.33k stars 924 forks source link

Resolves #1405: only one endpoint was missing #1927

Closed heidiberry closed 2 months ago

heidiberry commented 2 months ago

Comparing the endpoints to the documentation here: https://docs.gitlab.com/ee/api/status_checks.html there is only one endpoint not currently supported. This is https://docs.gitlab.com/ee/api/status_checks.html#retry-failed-status-check-for-a-merge-request

I've added a new function for this endpoint and a very basic test.

heidiberry commented 2 months ago

https://github.com/xanzy/go-gitlab/issues/1405