messaging
Credits: 0.000001
Publish a message. Specify a topic to group messages for a specific topic.
messageobject
The json message to publish
topicstring
The topic to publish to
Request
Response
{}
Credits: 0.000001
Subscribe to messages for a given topic.
topicstring
The topic to subscribe to
messageobject
The next json message on the topic
topicstring
The topic subscribed to
Request
Response
{
"topic": "events",
"message": {
"id": "1",
"type": "signup",
"user": "john"
}
}