Skip to content

Commit 675c416

Browse files
committed
fix: changed pagination results
1 parent 606608f commit 675c416

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The main differences to the @js-entity-repos/express:
1515

1616
- different naming convention: using `item` instead of `entity`
1717
- cursor based pagination operates using `before` and `after` instead of `cursor` and `direction`
18+
- additional `totalCount` property on pagination object
1819
- optional `enveloping` response (`GET /endpoint?envelope=true`) for clients not capable of working with headers and JSONP
1920
- `granular transactions handlers` for each `request handler` - this could be used for i.e. `authentication` or `permissions` checks
2021
- possibility to `override` each `request handler`

assets/jscpd-badge.svg

Lines changed: 2 additions & 2 deletions
Loading

dist/functions/getItems/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/functions/getItems/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)