Skip to content

Paginated APIs x Python

Shorter Talk at 3:36PM EDT

While working with making requests to external RESTful APIs using Python, we can use just one line to get data. What if the endpoints are paginated and have limitations as well? Developers may find it hard to code for paginated results, store them and/or add throttling between consecutive requests.

This talk will cover some useful and robust ways to deal efficiently with range paginated APIs patterns using Python.

Read more: https://github.com/azanbinzahid/paginated-apis-pyohio-2022

Presented by

Azan Bin Zahid