JSPM

  • Created
  • Published
  • Downloads 8257
  • Score
    100M100P100Q148285F
  • License Apache-2.0

SDK for interacting with the Intlayer API, enabling content auditing, and managing organizations, projects, and users.

Package Exports

  • @intlayer/api
  • @intlayer/api/package.json

Readme

@intlayer/api: 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

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:

npm install @intlayer/api
pnpm add @intlayer/api
yarn add @intlayer/api

Read about Intlayer