diff options
-rw-r--r-- | TODO.md | 3 | ||||
-rw-r--r-- | docs/index.rst | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m | |||
37 | 37 | ||
38 | 3.4.2 | 38 | 3.4.2 |
39 | ----- | 39 | ----- |
40 | * [ ] Add configuration attribute to GET /api/v1/instance | 40 | * [postpone to later] Add configuration attribute to GET /api/v1/instance |
41 | 41 | ||
42 | 3.5.0 | 42 | 3.5.0 |
43 | ----- | 43 | ----- |
@@ -66,3 +66,4 @@ General improvements that would be good to do before doing another release: | |||
66 | * [x] Fix the CI | 66 | * [x] Fix the CI |
67 | * [ ] Get test coverage like, real high | 67 | * [ ] Get test coverage like, real high |
68 | * [ ] Add all those streaming events?? | 68 | * [ ] Add all those streaming events?? |
69 | * [ ] Document return values | ||
diff --git a/docs/index.rst b/docs/index.rst index 8b47fad..450300e 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -671,6 +671,7 @@ Instance dicts | |||
671 | mastodon.instance() | 671 | mastodon.instance() |
672 | # Returns the following dictionary | 672 | # Returns the following dictionary |
673 | { | 673 | { |
674 | 'domain': # The instances domain name | ||
674 | 'description': # A brief instance description set by the admin | 675 | 'description': # A brief instance description set by the admin |
675 | 'short_description': # An even briefer instance description | 676 | 'short_description': # An even briefer instance description |
676 | 'email': # The admin contact email | 677 | 'email': # The admin contact email |