Skip to content
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

Improved Pagination Efficiency #1

Open
ChrisMichaelPerezSantiago opened this issue May 8, 2024 · 1 comment
Open

Improved Pagination Efficiency #1

ChrisMichaelPerezSantiago opened this issue May 8, 2024 · 1 comment

Comments

@ChrisMichaelPerezSantiago
Copy link
Owner

The filter function currently executes recursively for pagination due to the lack of information about the total number of pages. This limitation has led me to opt for recursion to ensure the retrieval of all pagination data. However, I acknowledge that this solution is not optimal, as recursive requests can result in long wait times for results.

Challenge

The main difficulty lies in the lack of information about the total number of available pages for pagination.

@TheJB4
Copy link
Contributor

TheJB4 commented Sep 2, 2024

Nice, my commit is not pushed in global app on nmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants