oceanex v0.2.1 Oceanex.Resource.DomainRecord
DigitalOcean DomainRecord
resource api calls.
Summary
Functions
Get a listing of all records configured for a domain
Create a new record to a domain
Create a new record to a domain
Create a new record to a domain
Create a new record to a domain
Functions
Create a new record to a domain.
Examples
Oceanex.Resource.DomainRecord.create(domain_name, %{type: type, name: name, data: data,
priority: priority, port: port, weight: weight})
Create a new record to a domain.
Examples
Oceanex.Resource.DomainRecord.update(domain_name, record_id, %{type: type, name: name, data: data,
priority: priority, port: port, weight: weight})