package github

  1. Overview
  2. Docs
GitHub APIv3 OCaml library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

github-unix-4.3.0.tbz
sha256=4e0d71d04fb4db9f07068cda61a60412a74f153a923878fafe261a42d3a6efbc
sha512=4d7beeb4a86198605c04df46f7460c80fde746fb2a4173c3de753758510d74ec19269ace22cbd6d8d9cc752f818bf964225865d62328a344e547d0f13919cc22

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.