mirror of
https://github.com/subutux/rmapy.git
synced 2025-12-08 14:43:24 +00:00
Merge pull request #4 from jodergrosse/correction_quickstart_doc
Closes #3
This commit is contained in:
@@ -26,7 +26,7 @@ and use the code you see on the webpage
|
||||
|
||||
rmapy = Client()
|
||||
# Should return False
|
||||
rmapy.is_authenticated()
|
||||
rmapy.is_auth()
|
||||
# This registers the client as a new device. The received device token is
|
||||
# stored in the users directory in the file ~/.rmapi, the same as with the
|
||||
# go rmapi client.
|
||||
@@ -35,7 +35,7 @@ and use the code you see on the webpage
|
||||
# a new session.
|
||||
rmapy.refresh_token()
|
||||
# Should return True
|
||||
rmapy.is_authenticated()
|
||||
rmapy.is_auth()
|
||||
|
||||
Working with items
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user