package github

  1. Overview
  2. Docs
GitHub APIv3 OCaml library

Install

Dune Dependency

Authors

Maintainers

Sources

github-unix-4.3.2.tbz
sha256=b6304dce6ec33503e225ade600af194e1fc3976624ea83f546c7ab27ec8cfeb7
sha512=754f0a2bce5a2cb3b2355530708e3dab1d8a32401fa2a300b5eba37bf37e63d75d21d42595e7cd60b9a20beba054dd3b45675d51201a4aa8812ce5db400ab758

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.