Installation
Install the Epistemic Me TypeScript SDK using npm:Configuration
Requirements
- Node.js 14 or higher
- TypeScript 4.5 or higher
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get started with the Epistemic Me TypeScript SDK
npm install @epistemicme/sdk
yarn add @epistemicme/sdk
import { EpistemicMeClient } from '@epistemicme/sdk';
const client = new EpistemicMeClient({
baseUrl: 'http://localhost:8080',
apiKey: 'your-api-key'
});