MailSlurpAPI.Api.TemplateController.get_templates
You're seeing just the function
get_templates
, go back to MailSlurpAPI.Api.TemplateController module for more information.
Link to this function
get_templates(connection, opts \\ [])
Specs
get_templates(Tesla.Env.client(), keyword()) :: {:ok, [MailSlurpAPI.Model.TemplateProjection.t()]} | {:error, Tesla.Env.t()}
Get all Templates
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
, ...]} on success {:error, info} on failure