Handling API Pagination
Many services implement pagination in their APIs to return a limited number of results from a larger data set in order to give requesting clients only the data they can reasonably use in a single request. Tines can be easily configured to interact with paginated APIs, here is how!