aboutsummaryrefslogtreecommitdiff
blob: 64e2a7abcc062c2ba2a772ac4bcd03e1a31d58df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.

* Unimplemented methods:
    * None, at time of writing!
    
* Documentation that needs to be updated:
    * Some things are probably wrong, but none known.
    
* Other things missing:
    * Actual error handling that is good: Proper dealing with OAuth errors, more specific exceptions 
    * Automatic ID unpacking
    * Tests (long-term goal)
Powered by cgit v1.2.3 (git 2.41.0)