pull/419/head
Lorenz Diener 2025-08-15 10:45:19 +03:00 zatwierdzone przez GitHub
rodzic b4d46705e7
commit d959fa1906
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 13 dodań i 2 usunięć

15
TODO.md
Wyświetl plik

@ -4,9 +4,20 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
4.4.0 TODOs 4.4.0 TODOs
----------- -----------
* [ ] to be collected here * [ ] Fix all the issues
* [ ] New endpoints for endorsements, replacing "pin" api, which is now deprecated: accounts_endorsements(id), account_endorse(id), account_unendorse(id)
* [ ] New endpoints for featured tags: tag_feature(name), tag_unfeature(name)
* [ ] New endpoint: instance_terms, with or without date (format?)
* [ ] Some oauth stuff (userinfo? capability discovery? see issue for that)
* [ ] status_delete now has a media delete param
* [ ] push_subscribe now has a "standard" parameter to switch between two versions. may also need to update crypto impls?
* [ ] account_register now has a date of birth param (as above: format?)
* [ ] update_credentials now has an attribution_domains param for link attribution (list)
* [ ] Various updates to return values (automatable, hopefully, other than docs)
* [ ] There is a "Deprecation" http header now, expose that to users?
General improvements that would be good to do before doing another release General improvements that would be good to do before doing another release
-------------------------------------------------------------------------- --------------------------------------------------------------------------
* [ ] Get test coverage like, real high * [ ] Get test coverage like, real high
* [ ] Also add links to tests to the docstrings so people can see usage examples
* [ ] Also add links to tests to the docstrings so people can see usage examples