Civo API
Introduction
This is an Elixir library for interacting with the Civo API. Civo provide superfast, scalable cloud servers with a developer-friendly API – moulded and shaped by their community.
Installation
this package can be installed by adding civo to your list of dependencies in mix.exs:
def deps do
[
{:civo, "~> 0.1.0"}
]
endDocumentation
Complete documentation is available here.