Github_core
Portable functor to the GitHub API.
The Cohttp_lwt.Client
interface can be satisfied by a normal Cohttp_lwt_unix.Client
, but also by the JavaScript Cohttp client for use in a browser.
module Make (Env : Github_s.Env) (Time : Github_s.Time) (CL : Cohttp_lwt.S.Client) : Github_s.Github