duosecurity / duo_client_python

Python library for interacting with the Duo Auth, Admin, and Accounts APIs
https://duo.com/docs/
Other
137 stars 136 forks source link

Add support for alternative metadata placement when paging #214

Closed mbish closed 1 year ago

mbish commented 1 year ago

201 Raised an issue where metadata might exist as either a sibling to response on the top-level object or inside of a response object. This adds support for either convention to duo_client_python along with additional tests for the alternate placement.