new MergeRequests()
Methods
-
all(projectId, qs)
-
Get all merge requests for this project.
Parameters:
Name Type Description projectId
number | string The ID or URL-encoded path of the project
qs
object query params
-
query(projectId, mergeRequestIid)
-
Shows information about a single merge request.
Parameters:
Name Type Description projectId
number | string The ID or URL-encoded path of the project
mergeRequestIid
number The internal ID of the merge request