urschrei / pyzotero

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

Adds collection method #39

Closed mpaolino closed 9 years ago

mpaolino commented 9 years ago

Adds the collection method to retrieve only one collection from Zotero. Required when you have an item and want to find the data of the associated collection. Without this you're forced to request all collections and search through them.

Doc and test provided.