real_time
Number of APIs: 7
-
Create a real-time stream POST {{baseUrl}}/real_time
-
Fetch all real-time streams GET {{baseUrl}}/real_time
-
Update a real-time stream PATCH {{baseUrl}}/real_time/:id
-
Delete a real-time stream DELETE {{baseUrl}}/real_time/:id
-
Fetch the state of a real-time stream GET {{baseUrl}}/real_time/:id/state
-
Stop a real-time stream PUT {{baseUrl}}/real_time/stop/:id
-
Fetch a real-time stream GET {{baseUrl}}/real_time/:id