package gitlab-unix

  1. Overview
  2. Docs
val branches : ?token:Token.t -> project_id:int -> ?search:string -> unit -> Gitlab_t.branch_full Stream.t
val branch : ?token:Token.t -> project_id:int -> branch:string -> unit -> Gitlab_t.branch_full Response.t Monad.t
val create : token:Token.t -> project_id:int -> branch:string -> ref:string -> unit -> Gitlab_t.branch_full Response.t Monad.t
val delete : token:Token.t -> project_id:int -> branch:string -> unit -> unit Response.t Monad.t
val delete_merged : token:Token.t -> project_id:int -> unit -> unit Response.t Monad.t
OCaml

Innovation. Community. Security.