package equinoxe

  1. Overview
  2. Docs

Module EquinoxeSource

Equinoxe library interface.

Manipulate Results

Sourcemodule Json : sig ... end

The Json module provides helpers to manipulate JSON objects.

Sourcemodule type API = sig ... end

It is the signature that matches the API of the website.

Build your own API

Sourcemodule type S = sig ... end

The S module gathers all the methods you need to be able to execute HTTP requests to contact an API server. It must send application/json request.

The S module gathers all the methods you need to be able to execute HTTP requests to contact an API server. It must send application/json request.

Sourcemodule Make (C : S) : API

Factory to build a system to communicate with Equinix API, using the S communication system.

OCaml

Innovation. Community. Security.