We need to automatically fetch the next page of comments. Our responseHeader provides us with the pagination information;
<https://api.github.com/repositories/3595893/issues/3/comments?page=2>; rel="next", <https://api.github.com/repositories/3595893/issues/3/comments?page=3>; rel="last"
Resources
https://developer.github.com/guides/traversing-with-pagination/
https://developer.github.com/v3/#pagination
We need to automatically fetch the next page of comments. Our responseHeader provides us with the pagination information;
<https://api.github.com/repositories/3595893/issues/3/comments?page=2>; rel="next", <https://api.github.com/repositories/3595893/issues/3/comments?page=3>; rel="last"Resources
https://developer.github.com/guides/traversing-with-pagination/
https://developer.github.com/v3/#pagination