package github-unix

  1. Overview
  2. Docs
val for_user : ?token:Token.t -> ?since:string -> user:string -> unit -> Github_t.gist Stream.t
val all : ?token:Token.t -> ?since:string -> unit -> Github_t.gist Stream.t
val all_public : ?token:Token.t -> ?since:string -> unit -> Github_t.gist Stream.t
val starred : ?token:Token.t -> ?since:string -> unit -> Github_t.gist Stream.t
val get : ?token:Token.t -> id:string -> unit -> Github_t.gist Response.t Monad.t
val create : ?token:Token.t -> gist:Github_t.new_gist -> unit -> Github_t.gist Response.t Monad.t
val update : ?token:Token.t -> id:string -> gist:Github_t.update_gist -> unit -> Github_t.gist Response.t Monad.t
val commits : ?token:Token.t -> id:string -> unit -> Github_t.gist_commit Stream.t
val star : ?token:Token.t -> id:string -> unit -> unit Response.t Monad.t
val unstar : ?token:Token.t -> id:string -> unit -> unit Response.t Monad.t
val fork : ?token:Token.t -> id:string -> unit -> Github_t.gist Response.t Monad.t
val forks : ?token:Token.t -> id:string -> unit -> Github_t.gist_fork Stream.t
val delete : ?token:Token.t -> id:string -> unit -> unit Response.t Monad.t
OCaml

Innovation. Community. Security.