mirror of
https://github.com/subutux/rmapy.git
synced 2025-12-10 07:25:34 +00:00
initial commit
This commit is contained in:
10
rmapi/const.py
Normal file
10
rmapi/const.py
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user