Package Exports
- @alepha/server-swagger
Readme
Alepha Server Swagger
Generates OpenAPI documentation and a Swagger UI for APIs.
Installation
This package is part of the Alepha framework and can be installed via the all-in-one package:
npm install alephaAlternatively, you can install it individually:
npm install @alepha/core @alepha/server-swaggerModule
Plugin for Alepha Server that provides Swagger documentation capabilities. It generates OpenAPI v3 documentation for the server's endpoints ($action). It also provides a Swagger UI for interactive API documentation.
API Reference
Descriptors
$swagger()
Create a new OpenAPI.