Websockets API
I am trying to use the streaming API (https://www.zotero.org/support/dev/web_api/v3/streaming_api), without success. I have tried various variations of the "createSubscriptions" command, with two different Websockets implementations, but I do not get a response from the server. For instance, I am using:
{
"action": "createSubscriptions",
"subscriptions": [
{
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx"
}
]
}
Is the sync functionality still maintained?
{
"action": "createSubscriptions",
"subscriptions": [
{
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx"
}
]
}
Is the sync functionality still maintained?
(The streaming server is used by Zotero's own apps, so it's definitely still maintained, but some connections may have been failing when you tried.)