iii-node-sdk
Originally fromiii-hq/skills
Installation
SKILL.md
Node.js SDK
The TypeScript/JavaScript SDK for connecting workers to the iii engine.
Documentation
Full API reference: https://iii.dev/docs/api-reference/sdk-node
Install
npm install iii-sdk
Key APIs
| API | Purpose |
|---|---|
registerWorker(url, { workerName }) |
Connect to the engine and return the iii client |
iii.registerFunction(id, handler, options?) |
Register a local async function handler |
iii.registerFunction(id, httpConfig, options?) |
Register an HTTP-invoked external function |
Related skills