This repository is not active
astrohart/xyLOGIX.Api.Data.Iterators
(C#/x86-64/Class Library/VS2019) Provides classes for iterating through paginated data sets or collections when the length of the collection is not known in advance. We also need to account for considerations that arise with paged REST API resultsets, such as choose-your-own-page-size and the fact that, even, say, we request a page size of 1 element per page, the server might be buggy and send back more than one element for the current call; therefore, we also have to deal with excess items being returned.
C#