Dnsimple.Registrar.get_whois_privacy
You're seeing just the function
get_whois_privacy
, go back to Dnsimple.Registrar module for more information.
Link to this function
get_whois_privacy(client, account_id, domain_name, options \\ [])
Specs
get_whois_privacy( Dnsimple.Client.t(), integer() | String.t(), String.t(), Keyword.t() ) :: {:ok | :error, Dnsimple.Response.t()}
Returns the whois privacy of the domain.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Registrar.get_whois_privacy(client, account_id = 1010, domain_id = "example.com")