Paginator #181
Unanswered
weizhongzou
asked this question in
Q&A
Paginator
#181
Replies: 1 comment 1 reply
-
Paginator is essentially a way for us to flip through the different results from the API. If we ask for materials from the API and it has 5 million materials, it doesn’t return all 5 million at once and instead just returns the first 10, if we want more, we can flip to the second page for the next 10 results and so on. Paginator is an easy way for the user to do that without having to know what URL parameters and different things that are needed to flip through the results. They can just do paginator.next() to go to the next page. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What’s the role of “paginator”?
Beta Was this translation helpful? Give feedback.
All reactions