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