Base URL
The base URL for the API is:
API Endpoints
<div v-for="tag in tags" :key="tag.name">
<OAOperationLink v-for="operation in operationsGroupedByTags[tag.name]" :key="operation.operationId" :href="`/operations/${operation.operationId}`" :method="operation.method" :title="operation.summary">
</OAOperationLink>
</div>