component ApiEndpointCard { props { class = "" method = "GET" path = "/api/example" description = "" } view {
{method} {path}

{description}

} }