swagger-express icon indicating copy to clipboard operation
swagger-express copied to clipboard

Swagger + Express = {swagger-express}

Results 16 swagger-express issues
Sort by recently updated
recently updated
newest added

please update dependent packages

Would it be possible to update the dependencies? Namely Express 3.5.1 which has deprecated dependencies that have been resolved in newer versions of express.

Hi Is it possible to set api key as barear token ? Regards, Michal

Sample setting ```js // src/swagger/index.js const swaggerSettings = { apiVersion: '1.0.0', swaggerVersion: '1.0', swaggerURL: '/docs', swaggerJSON: '/api.json', swaggerUI: resolve(__dirname, 'public'), basePath: 'http://localhost:9001', apis: [ '../user/routes.js' ] }; ``` my project...

I saw `app.configure()` was used in `README.md` and `example/app.js`. But in the latest version of Express (4.x), The `configure` function was removed. https://expressjs.com/en/guide/migrating-4.html#other-changes > The app.configure() function has been removed....

I have specified my api doc as below but in this app-x-tk is being sent as query param instead of header /** * @swagger * path: /v1/api/getDetails * operations: *...

How can I specify type: array in some model. For example, I want to specify something like below ` /** * @swagger * models: * ModelA: * id: ModelA *...

/** - @swagger - path: /get_city_list - operations: - - httpMethod: POST - summary: provide supplierId and accessToken - notes: Returns a list of city corresponding to its supplierId -...

[Demo](http://petstore.swagger.wordnik.com/) looks like broken (also see [DownForEveryOneOrJustMe.com](http://www.downforeveryoneorjustme.com/petstore.swagger.wordnik.com)).