-
I am trying to create documentation using `swagger-ui-express` and `swagger-jsdoc` as follows:
```ts
import swaggerJsDoc from 'swagger-jsdoc';
import swaggerUi from 'swagger-ui-express';
const …
-
Hello, is it possible for you to add support for swagger-jsdoc?
So using openapi specification directly in the jsdoc?
-
[swagger-jsdoc](https://www.npmjs.com/package/swagger-jsdoc)
## 해야할 것
---
다음 회의 전까지 각 라우터 별 swagger.jsdoc 적용
## 각자 맡은 부분
---
@elizabethgim
- award/badge
- user
@blcklamb
- exer
- fo…
-
Nice work!
Is this attempting to be a drop-in replacement for swagger-jsdoc v6 after they removed the cli?
Old command:
```
swagger-jsdoc -d openapi.yml -o docs/openapi.json src/*.js src/**/*.j…
-
### Is your feature request related to a problem? Please describe.
When i implemented the use of `SunPosition.isSunsetAvailable()` I assumed that this reports if the time of the ESP was set and is ab…
-
**Describe the bug**
After installing `swagger-jsdoc@7.0.0-rc.6`, if we ran swagger-jsdoc in terminal we get `command not found: swagger-jsdoc`
**To Reproduce**
Steps to reproduce the behavior:
…
-
Is it possible to combine swagger-jsdoc with express-openapi-validator?
The following code:
``` javascript
var schema = swaggerJsdoc( {
swaggerDefinition: {
openapi: '3.0.0',
i…
-
I am implementing Swagger into an ExpressJs project and there is aparticular nessted route that is not filling dynamic route params at all and the request is being sent through like:
`http://localho…
-
Hi Everyone,
I am facing issues in swagger UI, all APIs are working fine in my local but not working in Production (only few APIs are working).
Earlier APIs was working fine in my local and Prod…
-
I am using your code without running express app. I kinda modified it.
I wanted to get code and not display it in browser.
But thing is now that It sometimes fails during generating code(It does no…