google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

Consider exposing the current page token in `ItemPaginator`

Open dbolduc opened this issue 8 months ago • 2 comments

ItemPaginator might want to return the current page token (so streams can be restarted). Exposing the current page is probably good enough.

dbolduc avatar Apr 29 '25 16:04 dbolduc

We need to figure out if this would be a breaking change. Probably not, but if it was, then we need to do it as part of stabilizing the API.

coryan avatar Apr 29 '25 17:04 coryan

We need to figure out if this would be a breaking change.

Adding a function would have been a breaking change, but only because I forgot to seal the thing. Now that #1971 is in, it won't be.

dbolduc avatar May 01 '25 16:05 dbolduc