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
Forgetting to set page_back to true could be a very likely mistake that's hard to debug, and needing to set page_back makes using the api require more complicated code
Describe the solution you'd like.
Remove page_back from the api, and make paginated responses have a previous page cursor that has an underscore added at the beginning
Requirements
Is your proposal related to a problem?
Forgetting to set page_back to true could be a very likely mistake that's hard to debug, and needing to set page_back makes using the api require more complicated code
Describe the solution you'd like.
Remove page_back from the api, and make paginated responses have a previous page cursor that has an underscore added at the beginning
Should be implemented in or after #5424
Describe alternatives you've considered.
None
Additional context
No response
The text was updated successfully, but these errors were encountered: