aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-06 15:55:32 +0200
committerGitHub <[email protected]>2018-05-06 15:55:32 +0200
commitca0ea36c6edd58dc15e5fd7f31f24ba5097d6e8d (patch)
tree98328e8776447334b19592992016d9b7f16ae98b /DEVELOPMENT.md
parent06e32c14bcb5a1ef1a5e618a1b413ea011416c9d (diff)
parentfbd4122fec092bff6b1cc9f44dfeda6ee693c41b (diff)
downloadmastodon.py-ca0ea36c6edd58dc15e5fd7f31f24ba5097d6e8d.tar.gz
Merge branch 'master' into stream-timeout
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 3402d3f..aff3a22 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -3,12 +3,11 @@ Here's some general stuff to keep in mind, and some work that needs to be done
3* Mastodon.py tries to work for python2 as well as python3, so avoid things like annotations, 3* Mastodon.py tries to work for python2 as well as python3, so avoid things like annotations,
4 use requests over urllib, et cetera. 4 use requests over urllib, et cetera.
5 5
6* Unimplemented methods: 6* Current TODOs (2.3 support):
7 * None, at time of writing! 7 * Add support for media updating
8 * Add support for focal points
9 * Add support for idempotency keys
10 * Document error handling better
11 * Update tests
12 * Decide what to do about frame_rate values specified as fractions (7/20 etc.)
8 13
9* Documentation that needs to be updated:
10 * Some things are probably wrong, but none known.
11
12* Other things missing:
13 * Actual error handling that is good: Proper dealing with OAuth errors, more specific exceptions
14
Powered by cgit v1.2.3 (git 2.41.0)