package github

  1. Overview
  2. Docs
GitHub APIv3 OCaml Library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

github-3.1.0.tbz
sha256=8b742638d926ad4c469ed3d7ed85f811fcf38a42bebd9e57d2a036d3ca2bf8f9
md5=111940cd797b1a4c621be2a8077e706f

doc/github/Github_s/index.html

Module Github_sSource

GitHub APIv3 client library

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

Sourcemodule 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.

Sourcemodule type Env = sig ... end

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

Sourcemodule 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.