Skip to content

Improved error handling for PaginatedAttrDict

Latest
Compare
Choose a tag to compare
@fourjr fourjr released this 17 Nov 13:30

4.0.1 - 17/11/2018

Added

  • RuntimeError if you were calling the wrong method (iter/aiter) on an inappropriate client (i.e. async client -> iter/blocking client -> aiter)