DigOc.Domain
SourceSummary↑
| delete!(name) | Like |
| delete(name) | Request that a domain be deleted |
| new!(name, id) | Like |
| new(name, ip) | Request that a new domain be created |
| record!(domain, record_id) | Like |
| record(domain, record_id) | Retrieve the specified domain record |
| records!(domain) | Like |
| records(domain) | List all domain records for the specified domain |
Functions
Request that a domain be deleted.
Like delete/1 but returns only the response body.
Request that a new domain be created.
Like new/2 but returns only the response body.
Retrieve the specified domain record
Like record/2 but returns only the response body.
List all domain records for the specified domain.
Like records/1 but returns only the response body.