aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEVELOPMENT.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index eea45be..4693afe 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -8,11 +8,13 @@ Here's some general stuff to keep in mind, and some work that needs to be done
8 * GET /api/v1/reports 8 * GET /api/v1/reports
9 * POST /api/v1/reports 9 * POST /api/v1/reports
10 * GET /api/v1/statuses/:id/card 10 * GET /api/v1/statuses/:id/card
11 11 * PATCH /api/v1/accounts/update_credentials
12
12* Documentation that needs to be updated: 13* Documentation that needs to be updated:
13 * Toot dicts are missing some fields (cards, applications, visibility) 14 * Toot dicts are missing some fields (cards, applications, visibility)
14 * Some others probably are missing stuff also 15 * Some others probably are missing stuff also
15 16 * Follows is missclassified
17
16* Other things missing: 18* Other things missing:
17 * Transparent as well as explicit pagination support 19 * Transparent as well as explicit pagination support
18 * Tests (long-term goal) 20 * Tests (long-term goal)
Powered by cgit v1.2.3 (git 2.41.0)