Wrapper in elixir for the Scaleway API
WIP
- Compute endpoints
- Improve documentation with examples
- Create an examples directory with common/real tasks
- Account endpoints
- Improve the library to be more developer-friendly
Available at https://hexdocs.pm/scaleway.
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.