package github
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
GitHub APIv3 OCaml library
Install
dune-project
Dependency
Authors
Maintainers
Sources
github-4.5.1.tar.gz
md5=06869c375a2e8b05f9b409751fd04efe
sha512=05a1037d589b289dc1cdf15bb5164b6d03fad4855d0e6df4a55ada5d488431616cefadb67ab185f602b1df2d75f2288a916b1c4741465912f34b8045dc98c0a4
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 ... endModules 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 ... endA module of this type is required in order to construct a Github module using Github_core.Make.
module type Time = sig ... endA module of this type is required in order to construct a Github module using Github_core.Make.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page