package github

  1. Overview
  2. Docs
GitHub APIv3 OCaml library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

github-4.5.0.tar.gz
md5=b04f1921b3692a8d748f65df6562d144
sha512=0ae1592429050bc690c91d2b5544f77b9ac2248d21a6f896525bfab698c24fd32397bba58b5ee766cd6203433e4bbba6da12770e31a44dd12b64bb683bc4b005

doc/github/Github_s/index.html

Module Github_s

GitHub APIv3 client library

This library offers thin but natural bindings to GitHub's developer API.

module type Github = sig ... end

Modules of this type are returned from the Github_core.Make functor which may be applied to Cohttp_lwt client libraries in order to run on Unix, in a browser in Javascript, or as a MirageOS unikernel.

module type Env = sig ... end

A module of this type is required in order to construct a Github module using Github_core.Make.

module type Time = sig ... end

A module of this type is required in order to construct a Github module using Github_core.Make.