DigOc.Domain

Source

Summary

delete!(name)

Like delete/1 but returns only the response body

delete(name)

Request that a domain be deleted

new!(name, id)

Like new/2 but returns only the response body

new(name, ip)

Request that a new domain be created

record!(domain, record_id)

Like record/2 but returns only the response body

record(domain, record_id)

Retrieve the specified domain record

records!(domain)

Like records/1 but returns only the response body

records(domain)

List all domain records for the specified domain

Functions

delete(name)

Request that a domain be deleted.

Source
delete!(name)

Like delete/1 but returns only the response body.

Source
new(name, ip)

Request that a new domain be created.

Source
new!(name, id)

Like new/2 but returns only the response body.

Source
record(domain, record_id)

Retrieve the specified domain record

Source
record!(domain, record_id)

Like record/2 but returns only the response body.

Source
records(domain)

List all domain records for the specified domain.

Source
records!(domain)

Like records/1 but returns only the response body.

Source