cXML Applications

View as MarkdownOpen in Claude

Manage cXML application resources. Supports list, get, update (PUT), and delete operations.

Access via client.fabric.cxmlApplications on a RestClient instance.

import { RestClient } from "@signalwire/sdk";
const client = new RestClient({
project: "your-project-id",
token: "your-api-token",
host: "your-space.signalwire.com",
});
const items = await client.fabric.cxmlApplications.list();

Methods