package github

  1. Overview
  2. Docs
GitHub APIv3 OCaml Library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

github-3.0.1.tbz
sha256=6e66823ac5be96427616d07fa331be14df6658a15201bc63de537e8a2f96dda8
md5=031bf0e5679dbb9d2cfb9f12c5d9f3a7

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.

OCaml

Innovation. Community. Security.