{#include main} {#title}Quarkus REST Score Console{/title} {#body} {#for endpoint in info:endpointScores.endpoints}
{endpoint.httpMethod} {endpoint.fullPath}
{endpoint.score}/100
{#if !endpoint.produces.isEmpty()}
Produces
{endpoint.produces}
{/if} {#if !endpoint.consumes.isEmpty()}
Consumes
{endpoint.produces}
{/if} {#for diagnosticEntry in endpoint.diagnostics.entrySet()}
{diagnosticEntry.key}
{#for diagnostic in diagnosticEntry.value}
{diagnostic.message}
{diagnostic.score}/100
{/for} {/for} {/for} {/body} {/include}