Module Typesense_auth

Typesense authentication library.

This library provides authentication support for the Typesense API client, with profile-based session management.

module Session : sig ... end

Session management for Typesense CLI with profile support.

module Client : sig ... end

Authenticated Typesense client with session persistence and profile support.

module Cmd : sig ... end

Cmdliner helpers for Typesense CLI authentication.

module Error : sig ... end

Typesense API error handling.