Scaleway

Wrapper in elixir for the Scaleway API

Status

WIP

  • [x] Compute endpoints
  • [ ] Account endpoints
  • [ ] Improve the library to be more developer-friendly

Documentation

Available at https://hexdocs.pm/scaleway.

Installation

Available in hex

def deps do
  [
    {:scaleway, "~> 0.1.7"}
  ]
end

If you prefer you can add the dependencie using git directly

def deps do
  [
    {:scaleway, git: "https://github.com/Morsicus/elixir-scaleway"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scaleway.