package equinoxe
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  An OCaml wrapper for the Equinix API
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      equinoxe-0.1.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=b0cbec4d571ea94dc4c65c57a49a8387c2ec2b8f65e04a3fe52732f3d49b718c
    
    
  sha512=1c648cf8d04e3993afacc5adf6dc30994893b6420622148b2c0cc1724300cbf3df6d9509bdaaa2346b971969290aed8bfbd779d213a15708c1019a45e5daac5e
    
    
  doc/README.html
Equinoxe
An Equinix API client library for OCamlAbout
Equinoxe is a library to interact with the Equinix API (formerly known as Packet) in OCaml. Users can use it to gather information, deploy machines or manage your organization within an OCaml program. It comes with a CLI, equinoxe-cli, that packs most of the functionalities of the API.
:warning: This repository is based on the official API but is not an official work from Equinix. This work is still in active development.
Getting started
Installation
To install the Equinoxe via opam:
$ opam install equinoxeTo install the dev version of Equinoxe, you have to install it via pinning:
$ opam pin add equinoxe.dev git@github.com:maiste/equinoxe
$ opam install equinoxeUsage
The goal is to provide a minimal set of functions to interact with Equinix API:
Issues
Report issues using the GitHub bugtracker
License
This project is under the MIT License
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page