Mastodonplus.py/DEVELOPMENT.md
Lorenz Diener 99249d153b Update DEVELOPMENT.md
change a single character so tag gets shoved at readthedocs
2017-09-10 23:33:56 +02:00

561 B

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)