aboutsummaryrefslogtreecommitdiff
blob: 5644dea731bca8e523963cae8be21e0b3580ddc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.

* Current TODOs (2.3 support):
    * Add support for idempotency keys
    * Document error handling better
    
Powered by cgit v1.2.3 (git 2.41.0)