Files
rmapy/rmapi/const.py
Stijn Van Campenhout c53c511b57 initial commit
2019-09-18 06:57:23 +02:00

11 lines
378 B
Python

from typing import TypeVar
from .document import Document
RFC3339Nano = "%Y-%m-%dT%H:%M:%SZ"
USER_AGENT = "rmapipy"
BASE_URL = "https://document-storage-production-dot-remarkable-production.appspot.com" # noqa
DEVICE_TOKEN_URL = "https://my.remarkable.com/token/json/2/device/new"
USER_TOKEN_URL = "https://my.remarkable.com/token/json/2/user/new"
DEVICE = "desktop-windows"