ORCID / python-orcid

Python wrapper around ORCID API
BSD 3-Clause "New" or "Revised" License
91 stars 26 forks source link

iterator interface #1

Closed kaplun closed 9 years ago

kaplun commented 9 years ago

Would be great to enhance PublicAPI to expose an iterator interface such that one can easily do:

for result in api.search_public_iterator(...):
    ...

Natively exploiting the pagination support of ORCID.