Instance Method

greet(_:)

Generates a greeting from the Apodini Template

Declaration

func greet(_ name: String = "Apodini Template") async throws -> String

Return Value

The greeting created by the Apodini Template

Parameters

name

The name that should be greeted, the default value is "Apodini Template"