package gemini

  1. Overview
  2. Docs

Operations denote a single REST operation endpoint.

module type S = sig ... end

Minimal specification to define a new REST operation.

module type S_NO_ARG = sig ... end

A REST operation endpoint which takes no request parameters.

OCaml

Innovation. Community. Security.