DigOc.Domain.Record

Source

Summary

delete!(domain, id)

Like delete/2 but return only the response body

delete(domain, id)

Delete a domain record

new!(domain, params)

Like new/2 but return only the response body

new(domain, params)

Create a new domain record

update!(domain, id, name)

Like update/3 but return only the response body

update(domain, id, name)

Change the name of a domain record

Functions

delete(domain, id)

Delete a domain record.

Source
delete!(domain, id)

Like delete/2 but return only the response body.

Source
new(domain, params)

Create a new domain record.

Source
new!(domain, params)

Like new/2 but return only the response body.

Source
update(domain, id, name)

Change the name of a domain record.

Source
update!(domain, id, name)

Like update/3 but return only the response body.

Source