urschrei / pyzotero

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

Add support for full-text content #67

Closed stakats closed 7 years ago

stakats commented 7 years ago

Retrieving is probably a greater priority than setting:

https://www.zotero.org/support/dev/web_api/v3/fulltext_content

urschrei commented 7 years ago

v1.2.0 on PyPI adds new_fulltext(since) and fulltext_item(itemID) methods and docs. I can add a method to set full–text data, but functionality to perform the indexing would be a bit more involved…