Sign In

@walwarden/sdk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walwarden/sdk

TypeScript SDK for the Walwarden public REST API v1.

npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

@walwarden/sdk

Dependency-free ESM TypeScript client for the Walwarden public REST API v1.

import { createWalwardenClient } from '@walwarden/sdk';

const walwarden = createWalwardenClient({
  baseUrl: process.env.WALWARDEN_BASE_URL!,
  apiKey: process.env.WALWARDEN_API_KEY!,
  userAgent: 'my-service/1.0',
});

const { databases } = await walwarden.listDatabases();
const evidence = await walwarden.getEvidence('<backupJobId>');

Restore creation is intentionally unsupported in the public API v1 alpha. The SDK exposes createRestore only to surface the server's structured 501 response as WalwardenApiError.

Keywords

walwarden

FAQs

Package last updated on 13 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts