summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-05-17 19:08:52 +0200
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-05-17 19:08:52 +0200
commitdc06e71b760dd8d4564076ee83558ed7e05bae34 (patch)
tree657eff25c80dd3140bffc04b70c1659f4cce8997
parentRefine statuses (#26) (diff)
downloadgotosocial-dc06e71b760dd8d4564076ee83558ed7e05bae34.tar.xz
update progress
-rw-r--r--PROGRESS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROGRESS.md b/PROGRESS.md
index bc22b5fb8..f00d9b25f 100644
--- a/PROGRESS.md
+++ b/PROGRESS.md
@@ -15,8 +15,8 @@
* [x] /api/v1/accounts/verify_credentials GET (Verify account credentials with a user token)
* [x] /api/v1/accounts/update_credentials PATCH (Update user's display name/preferences)
* [x] /api/v1/accounts/:id GET (Get account information)
- * [ ] /api/v1/accounts/:id/statuses GET (Get an account's statuses)
- * [ ] /api/v1/accounts/:id/followers GET (Get an account's followers)
+ * [x] /api/v1/accounts/:id/statuses GET (Get an account's statuses)
+ * [x] /api/v1/accounts/:id/followers GET (Get an account's followers)
* [ ] /api/v1/accounts/:id/following GET (Get an account's following)
* [ ] /api/v1/accounts/:id/featured_tags GET (Get an account's featured tags)
* [ ] /api/v1/accounts/:id/lists GET (Get lists containing this account)