You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ The main differences to the @js-entity-repos/express:
19
19
-`granular transactions handlers` for each `request handler` - this could be used for i.e. `authentication` or `permissions` checks
20
20
- possibility to `override` each `request handler`
21
21
- ability to disable json body parser middleware if already present in the stack (`enableJsonBodyParser: false`)
22
-
- replaced /count path with optional header available on get request
22
+
- by default all responses are `pretty` which improves readability, you can disabled that by query param (`/endpoint?pretty=false`)
23
+
- dropped support for `/count` endpoint, instead allows client to get number of available items by adding query param (`/endpoint?total=true` for get request, resulting in additional header: `x-total-count`)
0 commit comments