mirror of
https://github.com/subutux/rmapy.git
synced 2025-12-08 22:53:25 +00:00
8 lines
319 B
Python
8 lines
319 B
Python
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"
|
|
|