Dnsimple.Templates.get_template
You're seeing just the function
get_template
, go back to Dnsimple.Templates module for more information.
Link to this function
get_template(client, account_id, template_id, options \\ [])
Specs
get_template( Dnsimple.Client.t(), String.t() | integer(), String.t() | integer(), Keyword.t() ) :: {:ok | :error, Dnsimple.Response.t()}
Returns a template.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Templates.get_template(client, account_id = 1010, template_id = "alpha")