@scolastico-dev/walu
    Preparing search index...

    Interface IApiUrls

    Configuration object for API endpoints. Defines the URLs used to fetch version information and update files. Note: Some servers or cdn's like to cache small static json files, this results in hash mismatches. To prevent this, we recommend adding a query parameter with a timestamp or random string to the versionJson and updateBin urls. For example: https://example.com/version.json?t=1234567890

    interface IApiUrls {
        updateBin: string;
        versionJson: string;
    }
    Index

    Properties

    updateBin: string

    URL to the update.bin endpoint

    versionJson: string

    URL to the version.json endpoint