diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-19 01:29:14 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-19 01:29:14 +0200 |
commit | d992b9bb8c687c4ae6bff545edd303c6b58d4124 (patch) | |
tree | 1c3730c0900bc13a99ffdf0e573d9ae91c7fe5bc /docs | |
parent | f2282790cc7e980bba96cdadde2ab8b6af3e6095 (diff) | |
download | mastodon.py-d992b9bb8c687c4ae6bff545edd303c6b58d4124.tar.gz |
Add account lookup API
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
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 | ||
910 | Versioning | 910 | Versioning |
911 | ---------- | 911 | ---------- |
912 | Mastodon.py will check if a certain endpoint is available before doing API | 912 | Mastodon.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 | ||
1003 | Reading data: Featured tags | 1005 | Reading data: Featured tags |
1004 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1006 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |