2017-04-26 12:22:43 +02:00
|
|
|
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:
|
2017-09-08 16:37:08 +02:00
|
|
|
* None, at time of writing!
|
2017-04-26 12:31:17 +02:00
|
|
|
|
2017-04-26 12:22:43 +02:00
|
|
|
* Documentation that needs to be updated:
|
2017-09-08 16:37:08 +02:00
|
|
|
* Some things are probably wrong, but none known.
|
2017-04-26 12:31:17 +02:00
|
|
|
|
2017-04-26 12:22:43 +02:00
|
|
|
* Other things missing:
|
2017-09-10 23:33:56 +02:00
|
|
|
* Actual error handling that is good: Proper dealing with OAuth errors, more specific exceptions
|