Module Client.CI

type t = Raw.Client.CI.t Capnp_rpc_lwt.Capability.t

The top-level object for opam-repo-ci.

val org : t -> string -> Org.t

org t owner is the GitHub organisation at "https://github.com/$owner". It returns an error if opam-repo-ci doesn't know about this organisation.

val orgs : t -> (string list, [> `Capnp of Capnp_rpc.Error.t ]) Lwt_result.t