What this section covers
- Rate Limiting: request quotas and how to request an override.
- Pagination: how list endpoints page, and how to fetch a complete dataset.
- Error Handling: DualEntry’s error model and which failures are safe to retry.
- Idempotency and Write Validation: how to make a write safe to retry without creating a duplicate record.