Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 861 Bytes

File metadata and controls

48 lines (31 loc) · 861 Bytes

API: Stream

Description

This is controller for streams. It supports WS streaming.

Navigation

APIs

object-update/:id

Send the current object after its update to all clients.

Parameters in URL

Name Type Description
id string The id of the object.

Data format

{
    "key": "value",
    "key2": "value2",
    ...
}

object-update/:id/:prop

Send the current object property after its update to all clients.

Parameters in URL

Name Type Description
id string The id of the object.
prop string The name of the property.

Data format

Returns the current value of the property.