aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex McGivern <[email protected]>2017-04-26 13:13:17 +0100
committerAlex McGivern <[email protected]>2017-04-26 13:13:17 +0100
commit00998d6d468f88fd89e4e925f3eac14cd2a0a3d6 (patch)
tree6c2d9e9de1f4ac2b1e125060d4802a315482fb01 /DEVELOPMENT.md
parent1deca1c5f6907912a13e4df92b567421f5618d33 (diff)
parent9766171729a18dd4ee28f09f2dfc150354dfcdc8 (diff)
downloadmastodon.py-00998d6d468f88fd89e4e925f3eac14cd2a0a3d6.tar.gz
Merge branch 'master' of https://github.com/halcy/Mastodon.py
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index eea45be..f5d1583 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -8,11 +8,12 @@ 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
16* Other things missing: 17* Other things missing:
17 * Transparent as well as explicit pagination support 18 * Transparent as well as explicit pagination support
18 * Tests (long-term goal) 19 * Tests (long-term goal)
Powered by cgit v1.2.3 (git 2.41.0)