Module Client.Org

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

A GitHub organisation.

val repo : t -> string -> Repo.t

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

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