pub async fn view_template(
configuration: &Configuration,
template_id: &str,
app_id: &str,
) -> Result<TemplateResource, Error<ViewTemplateError>>Expand description
Fetch a single template by id.
pub async fn view_template(
configuration: &Configuration,
template_id: &str,
app_id: &str,
) -> Result<TemplateResource, Error<ViewTemplateError>>Fetch a single template by id.