kopia lustrzana https://github.com/halcy/Mastodon.py
Update TODO.md
rodzic
b4d46705e7
commit
d959fa1906
15
TODO.md
15
TODO.md
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue