rmapi-js
    Preparing search index...

    Interface RemarkableSessionOptions

    options for constructing an api instance from a session token

    interface RemarkableSessionOptions {
        cache?: string;
        maxCacheSize?: number;
        rawHost?: string;
        syncHost?: string;
        uploadHost?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cache?: string

    an initial cache value

    Generated from calling dumpCache on a previous instance.

    maxCacheSize?: number

    the maximum size of the cache in terms of total string length

    By the JavaScript specification there are two bytes per character, but the total memory usage of the cache will also be larger than just the size of the data stored.

    Infinity
    
    rawHost?: string

    the url for making requests using the low-level api

    "https://eu.tectonic.remarkable.com"
    
    syncHost?: string

    the url for making synchronization requests

    "https://web.eu.tectonic.remarkable.com"
    
    uploadHost?: string

    the base url for making upload requests

    "https://internal.cloud.remarkable.com"