mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 21:34:56 +00:00
reship events
This commit is contained in:
@@ -21,5 +21,18 @@
|
||||
"topic": "events",
|
||||
"message": {"id": "1", "type": "signup", "user": "john"}
|
||||
}
|
||||
}],
|
||||
"read": [{
|
||||
"title": "Read events on a topic",
|
||||
"description": "Read historic events sent to a topic",
|
||||
"run_check": false,
|
||||
"request": {
|
||||
"topic": "user"
|
||||
},
|
||||
"response": {
|
||||
"events": [
|
||||
{"id": "123e4567-e89b-12d3-a456-426652340000", "message": {"id": "1", "type": "signup", "user": "john"}}
|
||||
]
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user