Rename CursorResponse to PostCursorResponse for consistency #339
Labels
breaking change
Identify issues that contain a breaking change for existing consumer code
enhancement
New feature or request
CursorResponse
doesn't follow the naming we use for all the responses. Renaming it toPostCursorResponse
will be more consistent with how other responses are named. I find it is helpful to rename it because my first thought is to declarePostCursorResponse
for the return type when callingPostCursorAsync
.This may be a breaking change depending on how the change is implemented, but it would be better to do it before we release v1.
The text was updated successfully, but these errors were encountered: