From 08bb5657614db1695ead1ada76c1aab20449b1f7 Mon Sep 17 00:00:00 2001 From: Millennium Earl <22562005+MillenniumEarl@users.noreply.github.com> Date: Sun, 8 Nov 2020 18:52:13 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeaad7b..57a69aa 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ watchedThreads: List of URLs of threads followed by the user The outcome of the authentication process is represented by the LoginResult object: ``` -success: Was the authentication successful?; -message: Possible error message (unrecognized user, wrong password ...) or authentication successful message +success: Was the authentication successful?;ì +message: Possible error message (unrecognized user, wrong password...) or authentication successful message ``` # Logging From 491b345ee6646b785a5467861c68b62365ad6d45 Mon Sep 17 00:00:00 2001 From: Millennium Earl <22562005+MillenniumEarl@users.noreply.github.com> Date: Sun, 8 Nov 2020 18:53:12 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57a69aa..ed664d0 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,9 @@ watchedThreads: List of URLs of threads followed by the user The outcome of the authentication process is represented by the LoginResult object: ``` -success: Was the authentication successful?;ì -message: Possible error message (unrecognized user, wrong password...) or authentication successful message +success: Was the authentication successful? +message: Possible error message (unrecognized user, wrong password...) + or authentication successful message ``` # Logging From fd193e7008a6d6daf7ba7656a8553b716e5bcf72 Mon Sep 17 00:00:00 2001 From: Millennium Earl <22562005+MillenniumEarl@users.noreply.github.com> Date: Sun, 8 Nov 2020 18:53:46 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed664d0..4ba8ac0 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ User data (after authentication) can be stored in a UserData object, consisting ``` username: Name of the logged in user avatarSrc: Source URL of the user's profile picture -watchedThreads: List of URLs of threads followed by the user +watchedGameThreads: List of URLs of threads followed by the user ``` ## Login results