From d25e337c19b0f87027a88b51becd79c83c9667e5 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 26 Apr 2017 12:31:17 +0200 Subject: [PATCH] Update DEVELOPMENT.md --- DEVELOPMENT.md | 6 ++++-- 1 file 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 * GET /api/v1/reports * POST /api/v1/reports * GET /api/v1/statuses/:id/card - + * PATCH /api/v1/accounts/update_credentials + * Documentation that needs to be updated: * Toot dicts are missing some fields (cards, applications, visibility) * Some others probably are missing stuff also - + * Follows is missclassified + * Other things missing: * Transparent as well as explicit pagination support * Tests (long-term goal)