szgf
v0.1.6
Published
TypeScript SDK for ZZZ agent guides & Standardized ZZZ Guide Format (SZGF)
Maintainers
Readme
TypeScript SDK
Installation
npm install szgfUsage
import { SZGFClient } from 'szgf';
const client = new SZGFClient();
await client.downloadGuides();
const guides = await client.readGuides();
console.log(guides['1011']); // Anby
const anbyGuide = await client.getGuide('Anby');
await client.clearGuides();