From 8a224fe6140c880dd6af663cb393c40354130552 Mon Sep 17 00:00:00 2001 From: Roj Serbest Date: Thu, 18 Nov 2021 15:02:30 +0300 Subject: [PATCH] Delete TASKS.md --- TASKS.md | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 TASKS.md diff --git a/TASKS.md b/TASKS.md deleted file mode 100644 index c59cd10..0000000 --- a/TASKS.md +++ /dev/null @@ -1,53 +0,0 @@ -# Method helpers implemented - -## Account - -- [x] deleteProfilePicture -- [x] setProfilePicture -- [x] clearProfileBiography -- [x] clearProfileURL -- [x] clearProfileLocation -- [x] updateProfileBiography -- [x] updateProfileLocation -- [x] updateProfileName -- [x] updateProfileURL - -## Cloud - -- [x] getDocument - -## Session - -- [x] createSession -- [x] getSession -- [x] authenticateUser -- [x] logout -- [x] register - -## Help - -- [x] getCommunityGuidelines -- [x] getPrivacyPolicy -- [x] getServerInformation -- [x] getTermsOfService - -## Network - -- [x] getMe -- [x] getProfile -- [x] getFollowing -- [x] getFollowers -- [x] followPeer -- [x] unfollowPeer - -## Timeline - -- [x] compose -- [x] delete -- [x] get_likes -- [x] get_post -- [x] get_quotes -- [x] get_replies -- [x] get_reposted_peers -- [x] like -- [x] retrieve_feed