diff options
author | Lorenz Diener <[email protected]> | 2019-10-12 19:05:46 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-10-12 19:05:46 +0200 |
commit | 73c1e9e2d99bc76ffe4320b0a9045562613789ac (patch) | |
tree | a3d7dbe357988748ea3c795d949ab155052ed01c /docs | |
parent | 425fd29f153b812e92eaf1649275685e52dc7c66 (diff) | |
download | mastodon.py-73c1e9e2d99bc76ffe4320b0a9045562613789ac.tar.gz |
Add me()-function to return user account. Fixes #184
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 399927c..183f271 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -895,6 +895,7 @@ their relationships. | |||
895 | 895 | ||
896 | .. automethod:: Mastodon.account | 896 | .. automethod:: Mastodon.account |
897 | .. automethod:: Mastodon.account_verify_credentials | 897 | .. automethod:: Mastodon.account_verify_credentials |
898 | .. automethod:: Mastodon.me | ||
898 | .. automethod:: Mastodon.account_statuses | 899 | .. automethod:: Mastodon.account_statuses |
899 | .. automethod:: Mastodon.account_following | 900 | .. automethod:: Mastodon.account_following |
900 | .. automethod:: Mastodon.account_followers | 901 | .. automethod:: Mastodon.account_followers |