A Node.js client library for the Liongard API. Supports both v1 and v2 API endpoints.
npm install @wyre-technology/node-liongardNote: This package is published to GitHub Packages. You'll need to configure your
.npmrc:@wyre-technology:registry=https://npm.pkg.github.com
import { LiongardClient } from "@wyre-technology/node-liongard";
const client = new LiongardClient({
url: "https://your-instance.liongard.com",
accessKey: "your-access-key",
accessSecret: "your-access-secret",
});
// List inspectors
const inspectors = await client.inspectors.list();Liongard uses API key authentication via the X-ROAR-API-KEY header. Rate limit: 300 requests/minute.
- Inspectors
- Systems
- Metrics & Timelines
- Alerts
- Users & Groups
- Environments
- Integrations
- Agents