dnsimple v0.9.0 Dnsimple.Domains
The Domains module handles communication with the domain related methods of the DNSimple API.
Summary
Functions
List all domains from the account. This function will automatically page through to the end of the list, returning all domain objects
Creates a new domain in the account
PERMANENTLY deletes a domain from the account
Get a domain
Lists the domains
Resets the domain token
Functions
Specs
all_domains(Dnsimple.Client.t, String.t | integer, Keyword.t) :: [Dnsimple.Domain.t]
List all domains from the account. This function will automatically page through to the end of the list, returning all domain objects.
Specs
create_domain(Dnsimple.Client.t, String.t | integer, map, Keyword.t) :: Dnsimple.Response.t
Creates a new domain in the account.
Specs
delete_domain(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t
PERMANENTLY deletes a domain from the account.
Specs
domain(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t
Get a domain.
Lists the domains.
Specs
reset_domain_token(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t
Resets the domain token.