1.1.9 • Published 1 year ago

recall-ai v1.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.6

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.19

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago