aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-04 15:40:26 +0200
committerLorenz Diener <[email protected]>2018-06-04 15:40:26 +0200
commit093c207292f221a426a04181f6d158cba14bbe8a (patch)
tree5ca973064e37d189f151c64b9a38bd33bcbf9a02 /DEVELOPMENT.md
parent4c7c0c41f4e21dcec9d12810a1b217959e8863b7 (diff)
downloadmastodon.py-093c207292f221a426a04181f6d158cba14bbe8a.tar.gz
Add idempotency keys, documentation improvements
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 5644dea..999550d 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -3,7 +3,7 @@ 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* Current TODOs (2.3 support): 6* Current TODOs:
7 * Add support for idempotency keys 7 * Testing - test 2.3 stuff and verify it works, test pinning
8 * Document error handling better 8 * 2.4 support
9 9
Powered by cgit v1.2.3 (git 2.41.0)