Dnsimple.Tlds.get_tld_extended_attributes
You're seeing just the function
get_tld_extended_attributes
, go back to Dnsimple.Tlds module for more information.
Link to this function
get_tld_extended_attributes(client, tld, options \\ [])
Specs
get_tld_extended_attributes(Dnsimple.Client.t(), String.t(), Keyword.t()) :: {:ok | :error, Dnsimple.Response.t()}
Returns the extended attributes for a TLD.
See:
Examples
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Tlds.get_tld_extended_attributes(client, "com")