API Pagination Problem
When we think of pagination – we think SELECT * FROM MYTABLE LIMIT {skip}, {take} – ahhhhhh… ignorance is bliss.
Let’s go through some of the ways we expose pagination through a Web API and dig a little deeper.

When we think of pagination – we think SELECT * FROM MYTABLE LIMIT {skip}, {take} – ahhhhhh… ignorance is bliss.
Let’s go through some of the ways we expose pagination through a Web API and dig a little deeper.
