A (WIP) Elixir wrapper for the Digital Ocean API v2. (View Docs)
- Add
digitaloceanto your list of dependencies inmix.exs:
def deps do
[{:digitalocean, "~> 0.1.1"}]
end- Ensure
digitaloceanis started before your application:
def application do
[applications: [:digitalocean]]
end- Configure your
digitaloceanapplication settings:
config :digitalocean, token: "YOUR_API_TOKEN"- The Droplet module.
- The Droplet Action module.
- The Floating IP module.
- The Floating IP Action module.
- The Image module.
- The Image Action module.
- The Tag module.
- Add
@doc-based tests - Add all method documentation