mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 19:25:16 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -4,6 +4,7 @@ const { HelloworldService } = require("m3o/helloworld");
|
||||
async function streamsResponsesFromTheServerUsingWebsockets() {
|
||||
let helloworldService = new HelloworldService(process.env.MICRO_API_TOKEN);
|
||||
let rsp = await helloworldService.stream({
|
||||
messages: 10,
|
||||
name: "John",
|
||||
});
|
||||
console.log(rsp);
|
||||
|
||||
Reference in New Issue
Block a user