Web API pagination is crucial for building scalable APIs. There are 2 different pagination standards that you can use. It’s offset-based pagination and cursor-based pagination, sometimes referred to as continuation token based pagination. It’s important that you understand how these standards work and pick the right one because it’s not a one size fits all thing. In this video, I give you all the details you need to pick the right one for your use case.
Timecodes
0:00 - API pagination intro
3:10 - Offset-based pagination
6:50 - Cursor-based pagination
9:57 - Comparison
Subscribe: https://www.youtube.com/channel/UClFBqmnEsUI2z8zpHj8UiqQ/featured
#web-development