1.1.9 • Published 4 months ago

recall-ai v1.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Recall AI Node Client

An easy to use Node/TypeScript client for Recall APIs.

Usage

// Example usage
import { RecallAPI } from "recall-ai";

const apiKey = process.env.RECALL_API_KEY || "";

const api = new RecallAPI(apiKey);

async function logBotsToConsole() {
  const resp = await api.bot.botList({});

  const bots = resp.results;

  if (!bots) {
    console.log("No bots found");
  }

  console.log("Found", bots?.length, "bots:", JSON.stringify(bots, null, 2));
}

logBotsToConsole();
1.1.9

4 months ago

1.1.8

4 months ago

1.1.7

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.1.6

4 months ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.0.19

4 months ago

1.0.17

4 months ago

1.0.16

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.22

4 months ago

1.0.21

4 months ago

1.0.20

4 months ago

1.0.26

4 months ago

1.0.25

4 months ago

1.0.24

4 months ago

1.0.23

4 months ago

1.0.11

4 months ago

1.0.10

4 months ago

1.0.15

4 months ago

1.0.14

4 months ago

1.0.13

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

5 months ago