Receive notifications about upcoming Intlayer releases
    Creation:2025-02-07Last update:2025-06-29

    @intlayer/api: NPM Package to interact with Intlayer API

    Intlayer is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.

    The @intlayer/api package is a SDK (Software Development Kit) to interact with the Intlayer API. It provides a set of functions to audit content declaration, interact with organizations, projects, and user, etc.

    Usage

    ts
    import { intlayerAPI } from "@intlayer/api";intlayerAPI.user.getUser({  ids: ["user-id-1", "user-id-2"],});

    Installation

    Install the necessary package using your preferred package manager:

    bash
    npm install @intlayer/api

    Doc History

    Version Date Changes
    5.5.10 2025-06-29 Init history
    Receive notifications about upcoming Intlayer releases