Installation

Install the Epistemic Me TypeScript SDK using npm:
npm install @epistemicme/sdk
Or using yarn:
yarn add @epistemicme/sdk

Configuration

import { EpistemicMeClient } from '@epistemicme/sdk';

const client = new EpistemicMeClient({
  baseUrl: 'http://localhost:8080',
  apiKey: 'your-api-key'
});

Requirements

  • Node.js 14 or higher
  • TypeScript 4.5 or higher