-
Notifications
You must be signed in to change notification settings - Fork 175
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
PaginatedList redux #114
Comments
See discussion on #237 (review) for limitations on implementation |
See https://gist.github.com/jessemcbride/133312e5af9e6eb1de7d5b77dc9b7ba9 for implementation scaffolding. |
Was this still being worked on? I think just knowing the number of pages and items in a list, which is often available from the last link and available via a calculation of per_page would be really useful for api calls that have tons of pages. The scaffolding example is kind of how I was thinking this would go. I'm less concerned about the negative index than just being able to estimate how long processing will take. Thanks for adding this! |
Modify
PaginatedList
to provide support for special methods on someCanvasObject
types:len
The text was updated successfully, but these errors were encountered: