Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 357 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 357 Bytes

Autify SDK for JavaScript

NOTE: This package is primarily designed for Autify CLI so far.

Install

npm install @autifyhq/autify-sdk

Usage

import { WebClient } from "@autifyhq/autify-sdk";

const client = new WebClient(token);
await client.listCapabilities(projectId);