An open API service indexing awesome lists of open source software.

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

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
});
```