aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-04-26 12:31:17 +0200
committerGitHub <[email protected]>2017-04-26 12:31:17 +0200
commitd25e337c19b0f87027a88b51becd79c83c9667e5 (patch)
treeec13f553a37547e9055c2652446aa436ddf9f21b /DEVELOPMENT.md
parenta67b27c3c22ace0660d5703628c17724eeebdaf5 (diff)
downloadmastodon.py-d25e337c19b0f87027a88b51becd79c83c9667e5.tar.gz
Update DEVELOPMENT.md
Diffstat (limited to 'DEVELOPMENT.md')
-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)