A (WIP) Elixir wrapper for the Digital Ocean API v2. (View Docs)
- Add
digitalocean
to your list of dependencies inmix.exs
:
def deps do
[{:digitalocean, "~> 0.1.1"}]
end
- Ensure
digitalocean
is started before your application:
def application do
[applications: [:digitalocean]]
end
- Configure your
digitalocean
application 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