Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.namespace.ninja/llms.txt

Use this file to discover all available pages before exploring further.

You can install the library:
npm install @thenamespace/indexer

Usage

import { createIndexerClient } from "@thenamespace/indexer";

const indexer = createIndexerClient();

Configuration

  • indexerUri (optional, string): Base URL of the Indexer service to query. If omitted, the SDK uses its internal default service URL.
  • timeout (optional, number): HTTP request timeout in milliseconds. Default is 30000ms.