📄️ Project Goals
swagger-jsdoc enables you to integrate Swagger using JSDoc comments in your code. Just add @swagger (or @openapi) on top of an API-related annotation and and describe the given API part in YAML syntax. It's possible to pass YAML files directly outside the annotated source code.
📄️ Fundamental concepts
Please pay attention to the following shared information as it's based on recurring questions from the issue queue. Reading the following paragraphs carefully will save your time for the fun part: creating your API.
📄️ Typescript
Types
📄️ Reporting issues
Before starting a new issue, please check whether there is an existing one. It is quite possible that the topic you would like to bring up has been discussed already in the past.