mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { NotesService } = require("m3o/notes");
|
||||
const { NotesService } = require("micro-js-client/notes");
|
||||
|
||||
// Create a new note
|
||||
async function createAnote() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { NotesService } = require("m3o/notes");
|
||||
const { NotesService } = require("micro-js-client/notes");
|
||||
|
||||
// Delete a note
|
||||
async function deleteAnote() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { NotesService } = require("m3o/notes");
|
||||
const { NotesService } = require("micro-js-client/notes");
|
||||
|
||||
// Subscribe to notes events
|
||||
async function subscribeToEvents() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { NotesService } = require("m3o/notes");
|
||||
const { NotesService } = require("micro-js-client/notes");
|
||||
|
||||
// List all the notes
|
||||
async function listAllNotes() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { NotesService } = require("m3o/notes");
|
||||
const { NotesService } = require("micro-js-client/notes");
|
||||
|
||||
// Read a note
|
||||
async function readAnote() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { NotesService } = require("m3o/notes");
|
||||
const { NotesService } = require("micro-js-client/notes");
|
||||
|
||||
// Update a note
|
||||
async function updateAnote() {
|
||||
|
||||
Reference in New Issue
Block a user