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)