diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 19:31:46 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 19:31:46 +0100 |
commit | 7a60387e535d23f1b21e98f53bcc4ff599b877a3 (patch) | |
tree | 8d3504b3fabcd20cacfcd75c89c03d9ace27d8a7 | |
parent | 08ab8a7f3bd92e94e66b18a01df7497ea23b0e2f (diff) | |
download | mastodon.py-7a60387e535d23f1b21e98f53bcc4ff599b877a3.tar.gz |
Added verify_credentials 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 b485089..6439f69 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -84,6 +84,7 @@ These functions allow you to get information about accounts and | |||
84 | their relationships. | 84 | their relationships. |
85 | 85 | ||
86 | .. automethod:: Mastodon.account | 86 | .. automethod:: Mastodon.account |
87 | .. automethod:: Mastodon.account_verify_credentials | ||
87 | .. automethod:: Mastodon.account_statuses | 88 | .. automethod:: Mastodon.account_statuses |
88 | .. automethod:: Mastodon.account_following | 89 | .. automethod:: Mastodon.account_following |
89 | .. automethod:: Mastodon.account_followers | 90 | .. automethod:: Mastodon.account_followers |