rmapi-js
    Preparing search index...

    Interface RegisterOptions

    options for registering with the api

    interface RegisterOptions {
        authHost?: string;
        deviceDesc?:
            | "desktop-windows"
            | "desktop-macos"
            | "desktop-linux"
            | "mobile-android"
            | "mobile-ios"
            | "browser-chrome"
            | "remarkable";
        uuid?: string;
    }
    Index

    Properties

    authHost?: string

    The host to use for authorization requests

    deviceDesc?:
        | "desktop-windows"
        | "desktop-macos"
        | "desktop-linux"
        | "mobile-android"
        | "mobile-ios"
        | "browser-chrome"
        | "remarkable"

    the device description to use

    Using an improper one will results in the registration being rejected.

    uuid?: string

    the unique id of this device

    If omitted it will be randomly generated