diff options
author | Lorenz Diener <[email protected]> | 2017-04-26 12:31:17 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-26 12:31:17 +0200 |
commit | d25e337c19b0f87027a88b51becd79c83c9667e5 (patch) | |
tree | ec13f553a37547e9055c2652446aa436ddf9f21b | |
parent | a67b27c3c22ace0660d5703628c17724eeebdaf5 (diff) | |
download | mastodon.py-d25e337c19b0f87027a88b51becd79c83c9667e5.tar.gz |
Update DEVELOPMENT.md
-rw-r--r-- | DEVELOPMENT.md | 6 |
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) |