mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.394.0
This commit is contained in:
6
USAGE.md
6
USAGE.md
@@ -5,10 +5,10 @@ import { SDK } from "@lukehagar/discoursejs";
|
||||
const sdk = new SDK();
|
||||
|
||||
async function run() {
|
||||
const result = await sdk.backups.createBackup();
|
||||
const result = await sdk.backups.createBackup();
|
||||
|
||||
// Handle the result
|
||||
console.log(result);
|
||||
// Handle the result
|
||||
console.log(result);
|
||||
}
|
||||
|
||||
run();
|
||||
|
||||
Reference in New Issue
Block a user