package github-unix

  1. Overview
  2. Docs
val for_repo : ?token:Token.t -> user:string -> repo:string -> unit -> Github_t.linked_user Stream.t
val exists : ?token:Token.t -> user:string -> repo:string -> name:string -> unit -> bool Response.t Monad.t
val add : ?token:Token.t -> user:string -> repo:string -> name:string -> ?permission:Github_t.team_permission -> unit -> unit Response.t Monad.t
val remove : ?token:Token.t -> user:string -> repo:string -> name:string -> unit -> unit Response.t Monad.t
OCaml

Innovation. Community. Security.