Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ are re-used because we use the same storage location & format.
If not, you'll need to register the client as a new device on `my remarkable`_.


.. _my remarkable: https://my.remarkable.com/connect/remarkable
.. _my remarkable: https://my.remarkable.com/device/desktop/connect

.. _rmapi: https://github.com/juruen/rmapi

Expand Down
4 changes: 2 additions & 2 deletions rmapy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ def register_device(self, code: str):
"""Registers a device on the Remarkable Cloud.

This uses a unique code the user gets from
https://my.remarkable.com/connect/remarkable to register a new device
https://my.remarkable.com/device/desktop/connect to register a new device
or client to be able to execute api calls.

Args:
code: A unique One time code the user can get
at https://my.remarkable.com/connect/remarkable .
at https://my.remarkable.com/device/desktop/connect .
Returns:
True
Raises:
Expand Down