mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 20:37:45 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.390.7
This commit is contained in:
@@ -23,7 +23,7 @@ const sdk = new SDK();
|
||||
|
||||
async function run() {
|
||||
const result = await sdk.backups.createBackup();
|
||||
|
||||
|
||||
// Handle the result
|
||||
console.log(result)
|
||||
}
|
||||
@@ -92,8 +92,6 @@ const sdk = new SDK();
|
||||
|
||||
async function run() {
|
||||
await sdk.backups.downloadBackup("your_file_here", "<value>");
|
||||
|
||||
|
||||
}
|
||||
|
||||
run();
|
||||
@@ -160,7 +158,7 @@ const sdk = new SDK();
|
||||
|
||||
async function run() {
|
||||
const result = await sdk.backups.getBackups();
|
||||
|
||||
|
||||
// Handle the result
|
||||
console.log(result)
|
||||
}
|
||||
@@ -228,8 +226,6 @@ const sdk = new SDK();
|
||||
|
||||
async function run() {
|
||||
await sdk.backups.sendDownloadBackupEmail("your_file_here");
|
||||
|
||||
|
||||
}
|
||||
|
||||
run();
|
||||
|
||||
Reference in New Issue
Block a user