RIP stream

This commit is contained in:
Asim Aslam
2021-11-02 14:21:08 +00:00
parent 615b24b9af
commit e64b951b81
13 changed files with 0 additions and 769 deletions

View File

@@ -1,25 +0,0 @@
{
"publish": [{
"title": "Publish a message",
"description": "Publish a message to a topic on the stream",
"run_check": true,
"request": {
"topic": "events",
"message": {"id": "1", "type": "signup", "user": "john"}
},
"response": {}
}],
"subscribe": [{
"title": "Subscribe to a topic",
"description": "Subscribe to messages on a given topic from the stream",
"run_check": false,
"request": {
"topic": "events"
},
"response": {
"topic": "events",
"message": {"id": "1", "type": "signup", "user": "john"}
}
}]
}