aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 01:29:14 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 01:29:14 +0200
commitd992b9bb8c687c4ae6bff545edd303c6b58d4124 (patch)
tree1c3730c0900bc13a99ffdf0e573d9ae91c7fe5bc /docs
parentf2282790cc7e980bba96cdadde2ab8b6af3e6095 (diff)
downloadmastodon.py-d992b9bb8c687c4ae6bff545edd303c6b58d4124.tar.gz
Add account lookup API
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 2318a98..8b47fad 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -906,7 +906,7 @@ is specified, Mastodon.py defaults to https.
906.. automethod:: Mastodon.auth_request_url 906.. automethod:: Mastodon.auth_request_url
907.. automethod:: Mastodon.create_account 907.. automethod:: Mastodon.create_account
908.. automethod:: Mastodon.email_resend_confirmation 908.. automethod:: Mastodon.email_resend_confirmation
909 909
910Versioning 910Versioning
911---------- 911----------
912Mastodon.py will check if a certain endpoint is available before doing API 912Mastodon.py will check if a certain endpoint is available before doing API
@@ -999,6 +999,8 @@ their relationships.
999.. automethod:: Mastodon.account_followers 999.. automethod:: Mastodon.account_followers
1000.. automethod:: Mastodon.account_relationships 1000.. automethod:: Mastodon.account_relationships
1001.. automethod:: Mastodon.account_search 1001.. automethod:: Mastodon.account_search
1002.. automethod:: Mastodon.account_lists
1003.. automethod:: Mastodon.account_lookup
1002 1004
1003Reading data: Featured tags 1005Reading data: Featured tags
1004~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006~~~~~~~~~~~~~~~~~~~~~~~~~~~
Powered by cgit v1.2.3 (git 2.41.0)