There are a bunch of things that can be set on req in a before handler that will affect how the endpoints behave. It'd be great if all of those were documented in the README.md. Some ones that I see by doing a quick glance.
- req.modelQuery
- req.model
- req.countQuery
- req.skipResource
There are a bunch of things that can be set on
reqin a before handler that will affect how the endpoints behave. It'd be great if all of those were documented in the README.md. Some ones that I see by doing a quick glance.