digitalocean v0.1.1 DigitalOcean.Domain
API methods for interacting with the Domain
module.
See the Domain Reference.
Summary
Functions
Create a new Domain.
Example
iex> DigitalOcean.Domain.create("example.com", "1.2.3.4")
{:ok, code, head, body}
Similar to create/2
but returns the response body only.
Similar to delete/1
but returns the response body only.
Similar to list/0
but returns the response body only.
Similar to show/1
but returns the response body only.