mirror of
https://github.com/subutux/rmapy.git
synced 2025-12-08 14:43:24 +00:00
@@ -1,7 +1,7 @@
|
|||||||
RFC3339Nano = "%Y-%m-%dT%H:%M:%SZ"
|
RFC3339Nano = "%Y-%m-%dT%H:%M:%SZ"
|
||||||
USER_AGENT = "rmapy"
|
USER_AGENT = "rmapy"
|
||||||
BASE_URL = "https://document-storage-production-dot-remarkable-production.appspot.com" # noqa
|
BASE_URL = "https://document-storage-production-dot-remarkable-production.appspot.com" # noqa
|
||||||
DEVICE_TOKEN_URL = "https://my.remarkable.com/token/json/2/device/new"
|
DEVICE_TOKEN_URL = "https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/device/new"
|
||||||
USER_TOKEN_URL = "https://my.remarkable.com/token/json/2/user/new"
|
USER_TOKEN_URL = "https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/user/new"
|
||||||
DEVICE = "desktop-windows"
|
DEVICE = "desktop-windows"
|
||||||
SERVICE_MGR_URL = "https://service-manager-production-dot-remarkable-production.appspot.com" # noqa
|
SERVICE_MGR_URL = "https://service-manager-production-dot-remarkable-production.appspot.com" # noqa
|
||||||
|
|||||||
Reference in New Issue
Block a user