oceanex v0.2.4 Oceanex.Resource.Domain
DigitalOcean Domain
resource api calls.
Link to this section Summary
Functions
List all domain records.
Create a domain record.
Delete a specific domain record.
Get a specific domain record.
Link to this section Functions
Link to this function
all(opts \\ %{})
List all domain records.
Link to this function
create(opts)
Create a domain record.
Examples
Oceanex.Resource.Domain.create(%{name: name, ip_address: ip_address})
Link to this function
destroy(domain_name)
Delete a specific domain record.
Link to this function
find(domain_name)
Get a specific domain record.