Dnsimple.Registrar.get_domain_transfer
You're seeing just the function
get_domain_transfer
, go back to Dnsimple.Registrar module for more information.
Link to this function
get_domain_transfer(client, account_id, domain_name, domain_transfer_id, options \\ [])
Specs
get_domain_transfer( Dnsimple.Client.t(), String.t() | integer(), String.t(), String.t() | integer(), Keyword.t() ) :: {:ok | :error, Dnsimple.Response.t()}
Retrieves the details of an existing domain transfer.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Registrar.get_domain_transfer(client, account_id = 1010, domain_name = "example.com", transfer_id = 42)