dnsimple v0.9.0 Dnsimple.Registrar
Summary
Functions
Checks whether a domain is available to be registered
Disable auto-renewal for the domain
Disables the whois privacy for the domain
Enable auto-renewal for the domain
Enables the whois privacy for the domain
Registers a domain
Starts the transfer of a domain to DNSimple
Requests the transfer of a domain out of DNSimple
Gets the whois privacy for the domain
Functions
Specs
check_domain(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Checks whether a domain is available to be registered.
Specs
disable_auto_renewal(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Disable auto-renewal for the domain.
See: https://developer.dnsimple.com/v2/registrar/auto-renewal/#disable
Specs
disable_whois_privacy(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Disables the whois privacy for the domain.
See: https://developer.dnsimple.com/v2/registrar/whois-privacy/#disable
Specs
enable_auto_renewal(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Enable auto-renewal for the domain.
See: https://developer.dnsimple.com/v2/registrar/auto-renewal/#enable
Specs
enable_whois_privacy(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Enables the whois privacy for the domain.
See: https://developer.dnsimple.com/v2/registrar/whois-privacy/#enable
Specs
register_domain(Dnsimple.Client.t, String.t, String.t, Keyword.t, Keyword.t) :: Dnsimple.Response.t
Registers a domain.
Specs
renew_domain(Dnsimple.Client.t, String.t, String.t, Keyword.t, Keyword.t) :: Dnsimple.Response.t
Renews a domain.
Specs
transfer_domain(Dnsimple.Client.t, String.t, String.t, Keyword.t, Keyword.t) :: Dnsimple.Response.t
Starts the transfer of a domain to DNSimple.
Specs
transfer_domain_out(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Requests the transfer of a domain out of DNSimple.
See https://developer.dnsimple.com/v2/registrar/#transfer_out
Specs
whois_privacy(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Gets the whois privacy for the domain.
See: https://developer.dnsimple.com/v2/registrar/whois-privacy/#get