package gitlab
-
gitlab
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The Group
module provides access to Group API.
module Project : sig ... end
val merge_requests :
?token:Token.t ->
?state:Gitlab_t.state ->
?milestone:string ->
?labels:string list ->
?author:string ->
?author_username:string ->
?my_reaction:string ->
?scope:Gitlab_t.merge_request_scope ->
id:string ->
unit ->
Gitlab_t.merge_request Stream.t
merge_requests ?token ~id ()
list all merge requests for group id
.
module Milestone : sig ... end
Milestone
operates on a Group
's milestones.