Mastodon.py/DEVELOPMENT.md

14 wiersze
500 B
Markdown
Czysty Zwykły widok Historia

2017-04-26 10:22:43 +00: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.
2018-04-17 16:19:30 +00:00
* Current TODOs (2.3 support):
* Add support for media updating
* Add support for focal points
* Add support for idempotency keys
* Document error handling better
* Update tests
* Decide what to do about frame_rate values specified as fractions (7/20 etc.)
2017-04-26 10:31:17 +00:00