Module B0_github.Repo
GitHub repositories.
val v : owner:string -> string -> trepo ~owner nameidentifiers a GitHub repository.
val owner : t -> stringowner risr's owner.
val name : t -> stringname risr's name.
val req_json_v3 : ?headers:B0_web.Http.headers -> B0_web.Http.t -> auth -> t -> path:string -> B0_web.Http.meth -> v3_body -> (B0_web.Json.t, string) Stdlib.resultreq_json_v3is likereq_json_v3but performs given the root subpath on the given repo.
val query_v4 : B0_web.Http.t -> auth -> t -> string -> (B0_web.Json.t, string) Stdlib.resultquery_v4 auth r qperforms the subgraph queryqon reporusing authenticationauth.