aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-04-26 12:22:43 +0200
committerLorenz Diener <[email protected]>2017-04-26 12:22:43 +0200
commitb7ff25dadc9e293bb027dfe03cad695c6fb4625e (patch)
tree73789a9a5ef4c58da0205878c2f809473bf57f60 /DEVELOPMENT.md
parent28553d7a697c22c389a855a8959219d81cc0aef2 (diff)
downloadmastodon.py-b7ff25dadc9e293bb027dfe03cad695c6fb4625e.tar.gz
Development hints
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
new file mode 100644
index 0000000..a698e75
--- /dev/null
+++ b/DEVELOPMENT.md
@@ -0,0 +1,17 @@
1Here's some general stuff to keep in mind, and some work that needs to be done
2
3* Mastodon.py tries to work for python2 as well as python3, so avoid things like annotations,
4 use requests over urllib, et cetera.
5
6* Unimplemented methods:
7 * GET /api/v1/instance
8 * GET /api/v1/reports
9 * POST /api/v1/reports
10 * GET /api/v1/statuses/:id/card
11
12* Documentation that needs to be updated:
13 * Toot dicts are missing some fields (cards, applications, visibility)
14 * Some others probably are missing stuff also
15
16* Other things missing:
17 * Transparent as well as explicit pagination support
Powered by cgit v1.2.3 (git 2.41.0)