Commit 204c353
committed
chore: sync Rust client with Apify OpenAPI spec v2-2026-09-10T091137Z
The new spec version (apify/apify-docs#2965) only documents pagination
response headers already returned by the API on 17 list endpoints, adds
the X-Apify-Pagination-Desc header, and documents the pre-existing
offset/limit/desc query parameters on the webhook-dispatches-by-webhook
endpoint. The client's shared list/iterate implementation already
supported all of this, so no functional code changes were required.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RSRQiKuykuXATHK8g1FDqU1 parent 6d2a808 commit 204c353
3 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
7 | 16 | | |
8 | 17 | | |
9 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments