Tagged “restapi”
-
TIL different ways to paginate API calls restapi webdev
When exposing large data sets through APIs, it needs to provide a mechanism to paginate the list of resources. That way, instead of 365,000 tweets shared... maybe you're sharing segments of 1,000 tweets. Smaller payload, faster delivery, less angry person.
See all tags.