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

Add a pagination to the page. #1

Open
donymvarkey opened this issue Nov 19, 2020 · 0 comments
Open

Add a pagination to the page. #1

donymvarkey opened this issue Nov 19, 2020 · 0 comments

Comments

@donymvarkey
Copy link

As of now, pokeAPI restricts the size of data that gets when we fire the https://pokeapi.co/api/v2/pokemon/. This URL now include a offset and limit params(https://pokeapi.co/api/v2/pokemon?offset=0&limit=20). So only the first 20(according the URL) pokemon shows up. We can change the limit to whatever limit we want. But that is not well optimized. There is a huge amount of data. So can you update the project by adding pagination?

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

1 participant