Module B0_github.Repo
GitHub repositories.
val v : owner:string -> string -> t
repo ~owner name
identifiers a GitHub repository.
val owner : t -> string
owner r
isr
's owner.
val name : t -> string
name r
isr
'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.result
req_json_v3
is likereq_json_v3
but 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.result
query_v4 auth r q
performs the subgraph queryq
on repor
using authenticationauth
.