Skip to content

Morsicus/elixir-scaleway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaleway

Wrapper in elixir for the Scaleway API

Status

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

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.

About

An Elixir wrapper for the Scaleway API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages