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 a2cd598 commit afe7a75Copy full SHA for afe7a75
docs/api/api-pagination.md
@@ -56,12 +56,3 @@ The response body contains a JSON array of resources, just like non-paginated re
56
...
57
]
58
```
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