This app is connected to an external API specification that you should use as the source of truth when generating API calls, client helpers, request shapes, and integration code.
Connector: ${input.name}
Spec URL: ${input.sourceUrl}
Spec Version: ${input.specVersion??"unknown"}
${descriptionBlock}Availableendpoints:
${endpointLines}
${remainingCount>0?`- ...and ${remainingCount} more endpoints`:""}