package gitlab-unix

  1. Overview
  2. Docs
val commits : ?token:Token.t -> project_id:int -> ?ref_name:string -> ?since:string -> ?until:string -> ?path:string -> ?all:bool -> unit -> Gitlab_t.commit Stream.t
val commit : ?token:Token.t -> project_id:int -> sha:string -> ?stats:bool -> unit -> Gitlab_t.commit Response.t Monad.t
val comments : ?token:Token.t -> project_id:int -> sha:string -> unit -> Gitlab_t.commit_comment Stream.t
val comment : ?token:Token.t -> project_id:int -> sha:string -> Gitlab_t.new_comment -> unit -> Gitlab_t.commit_commented Response.t Monad.t
val statuses : ?token:Token.t -> project_id:int -> sha:string -> ?ref_name:string -> ?stage:string -> ?name:string -> ?all:bool -> unit -> Gitlab_t.commit_status Stream.t
val status : token:Token.t -> project_id:int -> sha:string -> Gitlab_t.new_status -> unit -> Gitlab_t.commit_status Response.t Monad.t
OCaml

Innovation. Community. Security.