Updated development info

This commit is contained in:
Lorenz Diener 2017-09-08 16:37:08 +02:00
pare 6d62607b33
commit e052ca1ae9

Veure arxiu

@ -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. use requests over urllib, et cetera.
* Unimplemented methods: * Unimplemented methods:
* GET /api/v1/instance * None, at time of writing!
* 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: * Documentation that needs to be updated:
* Toot dicts are missing some fields (cards, applications, visibility) * Some things are probably wrong, but none known.
* Some others probably are missing stuff also
* Other things missing: * Other things missing:
* Transparent as well as explicit pagination support * Automatic ID unpacking
* Tests (long-term goal) * Tests (long-term goal)