aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 19:05:46 +0200
committerLorenz Diener <[email protected]>2019-10-12 19:05:46 +0200
commit73c1e9e2d99bc76ffe4320b0a9045562613789ac (patch)
treea3d7dbe357988748ea3c795d949ab155052ed01c /docs
parent425fd29f153b812e92eaf1649275685e52dc7c66 (diff)
downloadmastodon.py-73c1e9e2d99bc76ffe4320b0a9045562613789ac.tar.gz
Add me()-function to return user account. Fixes #184
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
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
Powered by cgit v1.2.3 (git 2.41.0)