@torrow/sdk-client
v0.1.0
Published
TypeScript client SDK for the Torrow HTTP API
Readme
@torrow/sdk-client
TypeScript/Node client SDK for the Torrow REST API.
TorrowClientHttpClient,RawClient,TorrowHttpError- domain facades from
resources/* - OpenAPI types (
paths,components)
Install
npm install @torrow/sdk-clientUsage
import { TorrowClient } from "@torrow/sdk-client";
const client = new TorrowClient({
getAccessToken: async () => process.env.TORROW_ACCESS_TOKEN?.trim() || undefined,
});Field docs package
MCP and LLM field catalogs live in @torrow/sdk-docs.
