aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)