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