aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 01:29:14 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 01:29:14 +0200
commitd992b9bb8c687c4ae6bff545edd303c6b58d4124 (patch)
tree1c3730c0900bc13a99ffdf0e573d9ae91c7fe5bc /TODO.md
parentf2282790cc7e980bba96cdadde2ab8b6af3e6095 (diff)
downloadmastodon.py-d992b9bb8c687c4ae6bff545edd303c6b58d4124.tar.gz
Add account lookup API
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 164717a..6964ea3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -31,7 +31,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
31----- 31-----
32* [x] Add server rules 32* [x] Add server rules
33* [x] Add POST /api/v1/emails/confirmations to REST API 33* [x] Add POST /api/v1/emails/confirmations to REST API
34* [ ] Add GET /api/v1/accounts/lookup to REST API 34* [x] Add GET /api/v1/accounts/lookup to REST API
35* [ ] Add policy param to POST /api/v1/push/subscriptions in REST API 35* [ ] Add policy param to POST /api/v1/push/subscriptions in REST API
36* [ ] Add details to error response for POST /api/v1/accounts in REST API 36* [ ] Add details to error response for POST /api/v1/accounts in REST API
37 37
Powered by cgit v1.2.3 (git 2.41.0)