We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788b9ba commit fcc2c03Copy full SHA for fcc2c03
README.md
@@ -15,6 +15,7 @@ The main differences to the @js-entity-repos/express:
15
16
- different naming convention: using `item` instead of `entity`
17
- cursor based pagination operates using `before` and `after` instead of `cursor` and `direction`
18
+- optional `enveloping` response (`GET /endpoint?envelope=true`) for clients not capable of working with headers and JSONP
19
- `granular transactions handlers` for each `request handler` - this could be used for i.e. `authentication` or `permissions` checks
20
- possibility to `override` each `request handler`
21
- ability to disable json body parser middleware if already present in the stack (`enableJsonBodyParser: false`)
0 commit comments