diff options
author | Lorenz Diener <[email protected]> | 2019-10-12 20:25:55 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-10-12 20:25:55 +0200 |
commit | e60a3f1892bb685fcbe6ebbc9ed10602c9549028 (patch) | |
tree | 8e450dd68c8da7ffd5c30c19392c8b8588b05c37 /docs | |
parent | ef8e3cec6af3e22fbbb7e6b2006f490e4167d1aa (diff) | |
download | mastodon.py-e60a3f1892bb685fcbe6ebbc9ed10602c9549028.tar.gz |
Add and document health API. Fixes #202
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 6e234d0..f65fe1e 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -843,6 +843,7 @@ current instance. | |||
843 | .. automethod:: Mastodon.instance | 843 | .. automethod:: Mastodon.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 | 847 | ||
847 | Reading data: Timelines | 848 | Reading data: Timelines |
848 | ----------------------- | 849 | ----------------------- |