Right now the stargazer history is created via GitHub’s events API, which track the "starred" event over time. We need Pagination Handling - To fetch the earliest available events, we can use the pagination feature of the GitHub API, fetching older event data in batches, and show the complete trend over a priod of time since the beginning of the project.
Right now the stargazer history is created via GitHub’s
eventsAPI, which track the "starred" event over time. We needPagination Handling- To fetch the earliest available events, we can use the pagination feature of the GitHub API, fetching older event data in batches, and show the complete trend over a priod of time since the beginning of the project.