Module B00_github

module Auth : sig ... end
type content_type = string
type v3_body = [
  1. | `Empty
  2. | `Json of B00_serialk_json.Jsong.t
  3. | `Other of content_type * string
]
val req_json_v3 : ?headers:B00_http.Http.headers -> B00_http.Httpr.t -> Auth.t -> path:string -> B00_http.Http.meth -> v3_body -> (B00_serialk_json.Json.t, string) result
val query_v4 : B00_http.Httpr.t -> Auth.t -> string -> (B00_serialk_json.Json.t, string) result
module Repo : sig ... end
module Issue : sig ... end
module Release : sig ... end
module Pages : sig ... end