dnsimple v0.9.0 Dnsimple.Registrar

Summary

Functions

check_domain(client, account_id, domain_name, options \\ [])

Checks whether a domain is available to be registered.

See: https://developer.dnsimple.com/v2/registrar/#check

disable_auto_renewal(client, account_id, domain_name, options \\ [])

Disable auto-renewal for the domain.

See: https://developer.dnsimple.com/v2/registrar/auto-renewal/#disable

disable_whois_privacy(client, account_id, domain_name, options \\ [])

Specs

Disables the whois privacy for the domain.

See: https://developer.dnsimple.com/v2/registrar/whois-privacy/#disable

enable_auto_renewal(client, account_id, domain_name, options \\ [])

Enable auto-renewal for the domain.

See: https://developer.dnsimple.com/v2/registrar/auto-renewal/#enable

enable_whois_privacy(client, account_id, domain_name, options \\ [])

Enables the whois privacy for the domain.

See: https://developer.dnsimple.com/v2/registrar/whois-privacy/#enable

register_domain(client, account_id, domain_name, attributes \\ [], options \\ [])

Registers a domain.

See https://developer.dnsimple.com/v2/registrar/#check

renew_domain(client, account_id, domain_name, attributes \\ [], options \\ [])

Renews a domain.

See https://developer.dnsimple.com/v2/registrar/#renew

transfer_domain(client, account_id, domain_name, attributes \\ [], options \\ [])

Starts the transfer of a domain to DNSimple.

See https://developer.dnsimple.com/v2/registrar/#transfer

transfer_domain_out(client, account_id, domain_name, options \\ [])

Requests the transfer of a domain out of DNSimple.

See https://developer.dnsimple.com/v2/registrar/#transfer_out

whois_privacy(client, account_id, domain_name, options \\ [])

Gets the whois privacy for the domain.

See: https://developer.dnsimple.com/v2/registrar/whois-privacy/#get