diff options
author | Lorenz Diener <[email protected]> | 2019-10-12 20:51:29 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-10-12 20:51:29 +0200 |
commit | 2e5095f301c62c73f6b839bbbffeda14ab8cd797 (patch) | |
tree | 4eceb70b7cbdd3ebd24ab724b1e61cf5f168deee /docs | |
parent | e60a3f1892bb685fcbe6ebbc9ed10602c9549028 (diff) | |
download | mastodon.py-2e5095f301c62c73f6b839bbbffeda14ab8cd797.tar.gz |
Add, document and test nodeinfo api (fixes #199)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index f65fe1e..0ec0f75 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -844,6 +844,7 @@ current instance. | |||
844 | .. automethod:: Mastodon.instance_activity | 844 | .. automethod:: Mastodon.instance_activity |
845 | .. automethod:: Mastodon.instance_peers | 845 | .. automethod:: Mastodon.instance_peers |
846 | .. automethod:: Mastodon.instance_health | 846 | .. automethod:: Mastodon.instance_health |
847 | .. automethod:: Mastodon.instance_nodeinfo | ||
847 | 848 | ||
848 | Reading data: Timelines | 849 | Reading data: Timelines |
849 | ----------------------- | 850 | ----------------------- |