This pen shows the Github commits for the Ionic Framework as an infinite scroll list. It makes HTTP requests to load the data (may happen so fast you don't notice) but it only loads 30 items at a time. Please note that Github's API is rate limited, so you get 60 requests an hour unless you sign the request with Github's authentication.
A Pen by Jeremy Wilken on CodePen.
it only loads from github, but when i enter my url ex: http://localhost:4567/products/retrieve?cat=xyz&page=1 it returns nothing. but this url gives back json data when tested in REST API