Just wrote the first blog article in 6 years on my personal blog. 🎉

Handling Paginated API Responses with the Walrus Operator

https://joeriksson.se/blog/handling-paginated-api-calls/

#python #walrusoperator #api #piecesofpy

Handling Paginated API Responses with the Walrus Operator

How to use the Python walrus operator (:=) to cleanly handle paginated API responses, with a real-world Microsoft Graph example.