We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query/updates
Hi, I was just noticing that the swagger-api does not mention the query/updates endpoint. Mind adding that?
The text was updated successfully, but these errors were encountered:
Hi,
last time I checked Swagger/OpenAPI didn't support server sent events.
/api/query/updates is the same as /api/query, but returns text/event-stream.
/api/query/updates
/api/query
text/event-stream
An event is sent every time something is changed.
Each event is structured exactly like /api/query response.
player, playlists, playlistItems updates might be sent in a single or in multiple events.
player
playlists
playlistItems
If only player part is changed it won't send playlists and so on.
Periodically server sends empty event to keep connection alive.
Sorry, something went wrong.
Thanks!
No branches or pull requests
Hi, I was just noticing that the swagger-api does not mention the
query/updates
endpoint. Mind adding that?The text was updated successfully, but these errors were encountered: