Parameters
Signature
type ttype token = Github.Token.t
val create : token -> Uri.t -> tval run : t -> unit Lwt.tval repos : t -> Repo.Set.tval watch : t -> ?events:Github_t.event_type list -> Repo.t -> unit Lwt.tval events : t -> (Repo.t * Github_t.event_hook_constr) listval clear : t -> unitval wait : t -> unit Lwt.t