nicholasrogoff.com
Rest API Paging Strategy
There is a lot written about paging strategies for REST API’s. This is my simple and quick take on the subject and what I generally implement when rolling my own APIs. Any API that returns a …