small docs change

pull/278/head
halcy 2022-11-21 20:21:12 +02:00
rodzic 943782afc3
commit 6d4ec618f2
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
3.4.2
-----
* [ ] Add configuration attribute to GET /api/v1/instance
* [postpone to later] Add configuration attribute to GET /api/v1/instance
3.5.0
-----
@ -66,3 +66,4 @@ General improvements that would be good to do before doing another release:
* [x] Fix the CI
* [ ] Get test coverage like, real high
* [ ] Add all those streaming events??
* [ ] Document return values

Wyświetl plik

@ -671,6 +671,7 @@ Instance dicts
mastodon.instance()
# Returns the following dictionary
{
'domain': # The instances domain name
'description': # A brief instance description set by the admin
'short_description': # An even briefer instance description
'email': # The admin contact email