Skip to content

Commit 14cb011

Browse files
committed
chore(repo): Modify curvy-chefs-sneeze.md
1 parent e1c8ea0 commit 14cb011

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changeset/curvy-chefs-sneeze.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33
---
44

55
Make all listing API requests to return consistent `{ data: Resource[], totalCount: number }`.
6+
7+
Support pagination request params `{ limit, offset }` to:
8+
- `sessions.getSessionList({ limit, offset })`
9+
- `clients.getClientList({ limit, offset })`
10+
11+
Since the `users.getUserList()` does not return the `total_count` as a temporary solution that
12+
method will perform 2 BAPI requests:
13+
1. retrieve the data
14+
2. retrieve the total count (invokes `users.getCount()` internally)

0 commit comments

Comments
 (0)