You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (Array<Gitlab::ObjectifiedHash>) merge_requests(project, options = {})
Gets a list of project merge requests.
Examples:
Gitlab.merge_requests(5)
Gitlab.merge_requests(:per_page => 40)
Parameters:
project (Integer) — The ID of a project.
options (Hash) (defaults to: {}) — A customizable set of options.
how to send the options argument?
The text was updated successfully, but these errors were encountered:
how to send the
options
argument?The text was updated successfully, but these errors were encountered: