urschrei / pyzotero

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

Using search/request parameters #157

Closed Mjvolk3 closed 1 year ago

Mjvolk3 commented 2 years ago

Note

This issue tracker is for bug reports. Please don't ask about how to use the library here – the docs are comprehensive and include examples: https://pyzotero.readthedocs.io.

You can also ask questions on the forum: https://forums.zotero.org/discussions

A guide to the Zotero API itself is here: https://www.zotero.org/support/dev/web_api/v3/start

I am confused as to how the search/request parameters can be used. I could not find an example of this in the doc. For example what parameters can be passed to the Zotero.item() method? image

urschrei commented 2 years ago

They're detailed here: https://pyzotero.readthedocs.io/en/latest/#search-request-parameters-for-read-api-calls

Mjvolk3 commented 2 years ago

The docs are comprehensive, thanks for taking your time to respond!