-
Notifications
You must be signed in to change notification settings - Fork 53
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
Pagination Implementation #23
Comments
Right now, this library doesn't handle pagination, but I would absolutely accept a pull request that adds it. I haven't really thought through an implementation approach; I've used libraries like the various GitHub API ones that do this. We probably don't want to always return all the items from every page, but make it easy to fetch them on demand when iterating through the results, for instance. What do you think, @ajays91 ? |
I would love to do that and I also identified some minor bugs. First, I would fix the bugs in the coming weekend. |
Also, in case you weren't aware, you'll need to complete the OASIS CLA form prior to any pull requests getting merged. Thanks again! |
Ajay's CLA is on file. Thanks Greg and Ajay. -rcc |
I didn't find any implementation for Pagination.
Do I have to implement the code for pagination or is there any other way?
The text was updated successfully, but these errors were encountered: