aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-09-08 16:37:08 +0200
committerLorenz Diener <[email protected]>2017-09-08 16:37:08 +0200
commite052ca1ae95440e4b6498972fbea57b17ef14a5c (patch)
treef96b50c6eacb18dfada2ba833485bcf5e5c47d2f /DEVELOPMENT.md
parent6d62607b336113e54824b4acef41ae9c71eb8d66 (diff)
downloadmastodon.py-e052ca1ae95440e4b6498972fbea57b17ef14a5c.tar.gz
Updated development info
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md11
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)
Powered by cgit v1.2.3 (git 2.41.0)