Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-17 22:20:21 +00:00
parent ce58fd0fbe
commit ef70da5380
145 changed files with 145 additions and 145 deletions

View File

@@ -1,4 +1,4 @@
const { StreamService } = require("m3o/stream");
const { StreamService } = require("micro-js-client/stream");
// Create a channel with a given name and description. Channels are created automatically but
// this allows you to specify a description that's persisted for the lifetime of the channel.

View File

@@ -1,4 +1,4 @@
const { StreamService } = require("m3o/stream");
const { StreamService } = require("micro-js-client/stream");
// List all the active channels
async function listChannels() {

View File

@@ -1,4 +1,4 @@
const { StreamService } = require("m3o/stream");
const { StreamService } = require("micro-js-client/stream");
// List messages for a given channel
async function listMessages() {

View File

@@ -1,4 +1,4 @@
const { StreamService } = require("m3o/stream");
const { StreamService } = require("micro-js-client/stream");
// Send a message to the stream.
async function sendMessage() {