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