RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface RankedClientOptions

    Configuration options for the RankedClient.

    interface RankedClientOptions {
        apiKey: string;
        apiUrl: string;
        redisPassword?: string;
        redisUrl: string;
    }
    Index

    Properties

    apiKey: string

    Your private API Key for authentication.

    apiUrl: string

    The base URL of the RBWCM API (e.g., https://api.rbwcm.it).

    redisPassword?: string

    Optional password for Redis authentication.

    redisUrl: string

    Connection string for Redis (e.g., redis://localhost:6379).