@ken-all/kenall
    Preparing search index...

    Interface Config

    interface Config {
        apibase?: string;
        timeout?: number;
    }
    Index

    Properties

    Properties

    apibase?: string

    APIエンドポイントのベースURLを指定します。 ベースURLのデフォルトは https://api.kenall.jp/v1 となります。

    timeout?: number

    APIリクエストのタイムアウト値を指定します。 未指定時のデフォルトは1000ms (1秒) です。