-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align naming convention to cursor
#118
Comments
This would be a breaking API change. We could introduce it/duplicate the field in the response and remove it in a later protocol version (maybe 22?) |
Agreed, wait after one or two protocol releases before we remove duplicated field is a great idea. |
It's also strange that Note that this format should apply to all future paginated endpoints, not just
|
Instead of removing Cursor will still be present as a top level field for pagination purpose. |
Isn't this what the |
Another recommendation that we can take or leave, given I know we're trying to get this into p22 and I'm not sure how much work it may be. I think we should consider making the For example, the
This would give us a couple advantages:
|
What problem does your feature solve?
There is some confusion for developers about what is
cursor
. For example ingetEvents
, we callcursor
in the request andpagingToken
in the response.Discord thread: https://discord.com/channels/897514728459468821/966788672164855829/1222799292344045619
Developers are confusing that
pagingToken
is thecursor
. We should rename it tocursor
in the response.The text was updated successfully, but these errors were encountered: