-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This example app asks for all records in a single API call.
Line 241 in 55e7ab4
| 'endpoint' => 'timesheets?user=all&modified_after=' . $since->format('Y-m-d\TH:i:s') . '&size=' . PHP_INT_MAX, |
This is not reasonable for a production applicatiton.
Instead it should set a realistic page size (1000?) and use pagination to get all records across multiple calls.
Metadata
Metadata
Assignees
Labels
No labels