sig
type t
val v : owner:string -> string -> B0_github.Repo.t
val owner : B0_github.Repo.t -> string
val name : B0_github.Repo.t -> string
val req_json_v3 :
?headers:B0_web.Http.headers ->
B0_web.Http.t ->
B0_github.auth ->
B0_github.Repo.t ->
path:string ->
B0_web.Http.meth ->
B0_github.v3_body -> (B0_web.Json.t, string) Pervasives.result
val query_v4 :
B0_web.Http.t ->
B0_github.auth ->
B0_github.Repo.t -> string -> (B0_web.Json.t, string) Pervasives.result
end