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_core/Make/Endpoint/Version/index.html

Module Endpoint.VersionSource

Some endpoints expose resources which change over time and responses from those endpoints may contain version metadata which can be used to make low-cost conditional requests (e.g. cache validation).

Sourcetype t =
  1. | Etag of string
    (*

    An entity tag identifier

    *)
  2. | Last_modified of string
    (*

    A timestamp conforming to the HTTP-date production

    *)

t is a version of a resource representation.

OCaml

Innovation. Community. Security.