From b7ff25dadc9e293bb027dfe03cad695c6fb4625e Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 26 Apr 2017 12:22:43 +0200 Subject: [PATCH] Development hints --- DEVELOPMENT.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 DEVELOPMENT.md diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..a698e75 --- /dev/null +++ b/DEVELOPMENT.md @@ -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