mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 12:34:44 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { EventService } = require("m3o/event");
|
||||
|
||||
// Publish a message to the event. Specify a topic to group messages for a specific topic.
|
||||
// Publish a message to the event stream.
|
||||
async function publishAmessage() {
|
||||
let eventService = new EventService(process.env.MICRO_API_TOKEN);
|
||||
let rsp = await eventService.publish({
|
||||
|
||||
Reference in New Issue
Block a user