Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
GitHub repositories.
val v : owner:string -> string -> t
repo ~owner name
identifiers a GitHub repository.
val owner : t -> string
owner r
is r
's owner.
val name : t -> string
name r
is r
'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) result
req_json_v3
is like req_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) result
query_v4 auth r q
performs the subgraph query q
on repo r
using authentication auth
.