package github

  1. Overview
  2. Docs
GitHub APIv3 OCaml library

Install

Dune Dependency

Authors

Maintainers

Sources

github-data-4.4.1.tbz
sha256=2e8ea3e84c3a72fbe80ea27f400228f8f3eb82be398b07f8a189a77f39648461
sha512=71e97efa2bb2ddad4f5fa5fb2234c017338dc19f34ba849bc8787fd7eb010560a219b85f6ac017539f31ca7d785d5936c84892ead929c7ac29202dd8d3791d0d

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.