You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(manage-api): add x-speakeasy-pagination extension to all paginated list endpoints (#1300)
* feat(manage-api): add x-speakeasy-pagination extension to all paginated list endpoints
Adds native Speakeasy pagination support to 17 list endpoints by adding
the x-speakeasy-pagination OpenAPI extension. This will enable the
generated SDK to have built-in pagination methods like .next().
- Created shared.ts with reusable speakeasyOffsetLimitPagination constant
- Updated all paginated route files to use the shared constant
* biome format and pagination improvements
0 commit comments