https://github.com/calibr/node-swagger-query-params
Parse filter/order/limit attribute in swagger request
https://github.com/calibr/node-swagger-query-params
Last synced: 5 months ago
JSON representation
Parse filter/order/limit attribute in swagger request
- Host: GitHub
- URL: https://github.com/calibr/node-swagger-query-params
- Owner: calibr
- Created: 2015-09-15T12:37:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T13:28:29.000Z (over 4 years ago)
- Last Synced: 2025-09-28T21:47:32.528Z (9 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Install
`npm i swagger-query-params`
# Usage
```js
var middleware = require("swagger-query-params");
middleware(req, res, function() {
// do something
});
```