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
Would be nice to be able to use query param to decide between pagination methods, for example:
For cursor pagination: /api/items?pagination=cursor
For page-based pagination: /api/items?pagination=page
Then frontend could decide which method they would like to use.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Would be nice to be able to use query param to decide between pagination methods, for example:
For cursor pagination: /api/items?pagination=cursor
For page-based pagination: /api/items?pagination=page
Then frontend could decide which method they would like to use.
Beta Was this translation helpful? Give feedback.
All reactions