urschrei / pyzotero

Pyzotero: a Python client for the Zotero API
https://pyzotero.readthedocs.org
Other
911 stars 100 forks source link

Add method to retrieve the last modified version #41

Closed porduna closed 9 years ago

porduna commented 9 years ago

There is no way in pyzotero to obtain the last modified version of a library. We used to use version of the last modified item, but when you modify a tag of an item, it doesn't become the last item (and its modifiedDate doesn't change either, so you can't do something like zotero.items(limit=1,sort='modifiedDate') ).

A new method which retrieves the last-modified-version header is provided.

Best,

urschrei commented 9 years ago

Thanks!