Web API Pagination | Offset-based vs Cursor-based

Описание к видео Web API Pagination | Offset-based vs Cursor-based

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.

#WebAPIDesign #Pagination

Timecodes
0:00 - API pagination intro
3:10 - Offset-based pagination
6:50 - Cursor-based pagination
9:57 - Comparison

Комментарии

Информация по комментариям в разработке