From 7e2a3033e0997197eeb582c0bb32e96bc7446900 Mon Sep 17 00:00:00 2001 From: Dan Corne Date: Thu, 20 May 2021 19:20:04 +0100 Subject: [PATCH] Updated the API URL to new domain name This has changed recently and the old domain no longer works. --- rmapy/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rmapy/const.py b/rmapy/const.py index 21ee01c..7ca37b3 100644 --- a/rmapy/const.py +++ b/rmapy/const.py @@ -1,7 +1,7 @@ RFC3339Nano = "%Y-%m-%dT%H:%M:%SZ" USER_AGENT = "rmapy" 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_TOKEN_URL = "https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/device/new" +USER_TOKEN_URL = "https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/user/new" DEVICE = "desktop-windows" SERVICE_MGR_URL = "https://service-manager-production-dot-remarkable-production.appspot.com" # noqa