NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 394 forks source link

Add the merge_request_dependencies endpoint #698

Closed ddieulivol closed 2 weeks ago

ddieulivol commented 3 weeks ago

What does this PR do?

Adds support for the merge request dependencies endpoint: https://docs.gitlab.com/ee/api/merge_requests.html#get-merge-request-dependencies:

Gitlab.merge_request_dependencies(5, 36)
NARKOZ commented 2 weeks ago

Thank you ❤️