Simple helper method to detect the last page of API data (C#)
When you are working with APIs from web services, you probably ran already into the same problem that I did recently: how to detect if we are on the last page of possible API results. Some APIs (l...