Mastodon.py/TODO.md

18 wiersze
922 B
Markdown

2022-11-06 18:32:28 +00:00
API relevant changes since last release / "to implement" list:
Refer to mastodon changelog and API docs for details when implementing, add or modify tests where needed
4.0.0 and beyond
----------------
2024-02-11 20:38:14 +00:00
* [ ] Document all the endpoints we need to add
2022-11-06 18:32:28 +00:00
2022-12-01 20:18:38 +00:00
General improvements that would be good to do before doing another release
--------------------------------------------------------------------------
* [x] Split mastodon.py into parts in some way that makes sense, it's getting very unwieldy
2024-02-11 20:38:14 +00:00
* [x] Fix the CI (forever task)
2022-11-08 21:24:42 +00:00
* [ ] Get test coverage like, real high
2022-11-21 22:10:02 +00:00
* [x] Add all those streaming events??
2024-02-11 20:38:14 +00:00
* [x] Document return values (skipping this for a bit to then do it at the end with tooling)
* [x] Do this with models properly, that would be cool as heck
* [x] Add links to mastodon docs to entities and endpoints
* [ ] Also add links to tests to the docstrings so people can see usage examples