diff options
-rw-r--r-- | DEVELOPMENT.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f5d1583..2eacdbf 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md | |||
@@ -4,16 +4,11 @@ Here's some general stuff to keep in mind, and some work that needs to be done | |||
4 | use requests over urllib, et cetera. | 4 | use requests over urllib, et cetera. |
5 | 5 | ||
6 | * Unimplemented methods: | 6 | * Unimplemented methods: |
7 | * GET /api/v1/instance | 7 | * None, at time of writing! |
8 | * GET /api/v1/reports | ||
9 | * POST /api/v1/reports | ||
10 | * GET /api/v1/statuses/:id/card | ||
11 | * PATCH /api/v1/accounts/update_credentials | ||
12 | 8 | ||
13 | * Documentation that needs to be updated: | 9 | * Documentation that needs to be updated: |
14 | * Toot dicts are missing some fields (cards, applications, visibility) | 10 | * Some things are probably wrong, but none known. |
15 | * Some others probably are missing stuff also | ||
16 | 11 | ||
17 | * Other things missing: | 12 | * Other things missing: |
18 | * Transparent as well as explicit pagination support | 13 | * Automatic ID unpacking |
19 | * Tests (long-term goal) | 14 | * Tests (long-term goal) |