urschrei / pyzotero

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

https://api.zotero.org/groups/XXX/tags/YYY/items?limit=1&format=json #93

Closed bjohas closed 5 years ago

bjohas commented 5 years ago

A call to Zotero.num_tagitems(tag) results in

Code: 404 URL: https://api.zotero.org/groups/XXX/tags/YYY/items?limit=1&format=json Method: GET Response: Not found

The Zotero API doc doesn't seem to mention such a request either (at least not on the main pages).

bjohas commented 5 years ago

Confirmed that this API call doesn't exist.