@not3/sdk
    Preparing search index...

    Interface ClientOptions

    interface ClientOptions {
        baseUrl: string;
        password?: string;
    }
    Index

    Properties

    Properties

    baseUrl: string

    The base URL of the API with a trailing slash.

    'https://api.example.com/'
    
    password?: string

    The instance password of the api. Only required if the API runs in private mode.

    'password'
    
    undefined