Development hints

pull/47/head
Lorenz Diener 2017-04-26 12:22:43 +02:00
rodzic 28553d7a69
commit b7ff25dadc
1 zmienionych plików z 17 dodań i 0 usunięć

17
DEVELOPMENT.md 100644
Wyświetl plik

@ -0,0 +1,17 @@
Here's some general stuff to keep in mind, and some work that needs to be done
* Mastodon.py tries to work for python2 as well as python3, so avoid things like annotations,
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
* Documentation that needs to be updated:
* Toot dicts are missing some fields (cards, applications, visibility)
* Some others probably are missing stuff also
* Other things missing:
* Transparent as well as explicit pagination support