Challenge: Paginated Fetch
Introduction to paginated fetch and a challenge to fetch succeeding pages.
We'll cover the following...
Searching for popular stories via Hacker News API is only one step towards a fully-functional search engine, and there are many ways to fine-tune the search. Take a closer look at the data structure and observe how the Hacker News API returns more than a list of hits
.
Specifically, it returns a paginated list. The page ...