Skip to content

SDKs for Truto API ​

To make interacting with our API more convenient, Truto provides an SDK for Typescript. This SDK is designed to work with Node.js (v16 or later) and Serverless environments.

Truto Typescript SDK ​

The Truto Typescript SDK is available on npm, and you can find it at the following URL:

@truto/truto-ts-sdk

Installation ​

You can install the SDK using npm:

bash
npm install @truto/truto-ts-sdk

Usage ​

After installing the SDK, you can import it in your project as follows:

javascript
import Truto from '@truto/truto-ts-sdk';

For more detailed information on using the Truto Typescript SDK, including the list of available resources and methods, please refer to the README on the npm page.

Other languages ​

Reach out to us at [email protected] if you need SDKs for other languages.