Search
Preparing search index...
The search index is not available
nest-jsonapi - v0.6.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
nest-jsonapi - v0.6.0
JsonapiMiddleware
Class JsonapiMiddleware
Hierarchy
JsonapiMiddleware
Implements
NestMiddleware
Index
Constructors
constructor
Methods
use
Constructors
constructor
new
Jsonapi
Middleware
(
)
:
JsonapiMiddleware
Returns
JsonapiMiddleware
Methods
use
use
(
req
:
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
, res
:
Response
<
any
,
Record
<
string
,
any
>
>
, next
:
NextFunction
)
:
void
Parameters
req:
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
res:
Response
<
any
,
Record
<
string
,
any
>
>
next:
NextFunction
Returns
void
Exports
Jsonapi
Middleware
constructor
use
Generated using
TypeDoc