BoothMate API Documentation - v0.4.0
    Preparing search index...

    Interface BoothMateOptions

    BoothMateのインスタンス初期化用オプション

    interface BoothMateOptions {
        sessionToken?: string;
        csrfToken?: string;
        debug?: boolean;
    }
    Index

    Properties

    sessionToken?: string

    セッション識別用のCookie値( _plaza_session_nktz7u の値)。 アカウントの識別と認証に使用します(任意)。

    csrfToken?: string

    CSRF保護用のトークン( meta[name="csrf-token"] から取得)。 スキリストの操作(スキ!の追加・編集・削除)に必要です(任意)。

    debug?: boolean

    HTTPリクエストのデバッグモードの有効/無効(省略時はfalse、任意)。