From e052ca1ae95440e4b6498972fbea57b17ef14a5c Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 8 Sep 2017 16:37:08 +0200 Subject: [PATCH] Updated development info --- DEVELOPMENT.md | 11 +++-------- 1 file 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 use requests over urllib, et cetera. * Unimplemented methods: - * GET /api/v1/instance - * GET /api/v1/reports - * POST /api/v1/reports - * GET /api/v1/statuses/:id/card - * PATCH /api/v1/accounts/update_credentials + * None, at time of writing! * Documentation that needs to be updated: - * Toot dicts are missing some fields (cards, applications, visibility) - * Some others probably are missing stuff also + * Some things are probably wrong, but none known. * Other things missing: - * Transparent as well as explicit pagination support + * Automatic ID unpacking * Tests (long-term goal)