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