Description Details Public fields Methods
Zotero
object
stores (1) user information and (2) cached request table,
and provides (1) print
and (2) request
method
The request
method are wrapped with
ztr_read_*
ztr_write_*
name
Name of Zotero Web API Key
library_type
Library Type. "users"
or "groups"
privacy
Privacy Setting of the library. "private"
or "public"
cache
Cached request table
new()
Create a new Zotero
object
Zotero$new(name)
name
Name of Zotero Web API key
A new Zotero
object
print()
Print a Zotero
object
Zotero$print()
None
request()
Send request
Zotero$request(verb, path, key, ..., timeout)
verb
Request verb. Either "GET"
or "POST"
path
Request path
key
Flag to indicate whether read privileges or not
...
Query inputs
timeout
Seconds for the timeout of request
This function is not supposed to be called directory.
Instead, please use other specific functions.
For available values for path
and ...
(query),
please see https://www.zotero.org/support/dev/web_api/v3/basics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.