package gitlab-unix

  1. Overview
  2. Docs
include Gitlab_s.Gitlab
type rate_limit = {
  1. limit : int;
  2. remaining : int;
  3. reset : float;
}
type rates = {
  1. core : rate_limit option;
}
module Response : sig ... end
module Monad : sig ... end
module Scope : sig ... end
module Token : sig ... end
type 'a parse = string -> 'a Lwt.t
type !'a handler = ((Cohttp.Response.t * string) -> bool) * 'a
module Endpoint : sig ... end
module Stream : sig ... end
module API : sig ... end
module Event : sig ... end
module User : sig ... end
module Project : sig ... end
module Group : sig ... end
OCaml

Innovation. Community. Security.