Skip to content

Commit afe7a75

Browse files
committed
Removing the last section
1 parent a2cd598 commit afe7a75

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/api/api-pagination.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,3 @@ The response body contains a JSON array of resources, just like non-paginated re
5656
...
5757
]
5858
```
59-
60-
## Using the PHP Client
61-
62-
The PHP client includes an AutoPaginator plugin that:
63-
64-
1. **Automatically detects pagination**: Checks for Link headers with `rel="next"` in API responses
65-
2. **Fetches all pages**: Makes additional requests to retrieve all pages (using 500 items per page)
66-
3. **Merges results**: Combines all pages into a single array
67-
4. **Returns complete data**: Your code receives all results, no matter how many pages exist

0 commit comments

Comments
 (0)