Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Danet's module to generate your OpenAPI/Swagger documentation from your code
Generic constructor type
Responsible for generating and setting up Swagger documentationfor a Danet application. It provides methods to create a Swagger document based on the application'smodules and controllers, and to set up routes to serve the Swagger UI and JSON specification.
Metadata key to store the property schema
A constant key used to store or retrieve api-security metadata.
A constant key used to store or retrieve api-security data metadata.
Indicate that the endpoint use basic authentication security.
Indicate that the endpoint use api bearer auth security.
Indicate that the endpoint use oauth2 security.
Decorator to define API property metadata for a class property.
Decorator that indicate that an endpoint use a security mechanism.
Decorator to indicate the body type of a request.
Decorator that marks a property or method as optional.
Metadata key to mark a property as optional
Decorator to indicate the query type.
Metadata key to store the returned type of a method
Decorator to set metadata for the returned type of a method.
A decorator function to add an openAPI tag to a class or a method.