aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2020-02-22 19:51:49 +0100
committerLorenz Diener <[email protected]>2020-02-22 19:51:49 +0100
commit2132615269aa80a01d9af63d90e075197603fa3e (patch)
tree26303ada41c95619af7a681702bb28e71ea443aa
parent65e49ec61414dc36afa6df84d581d77a1ac40afb (diff)
downloadmastodon.py-2132615269aa80a01d9af63d90e075197603fa3e.tar.gz
Add documentation for bookmarks
-rw-r--r--docs/index.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9b43b87..47016ed 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1009,6 +1009,11 @@ muted or blocked by the logged in user.
1009.. automethod:: Mastodon.mutes 1009.. automethod:: Mastodon.mutes
1010.. automethod:: Mastodon.blocks 1010.. automethod:: Mastodon.blocks
1011 1011
1012Reading data: Bookmarks
1013-----------------------
1014
1015.. automethod:: Mastodon.bookmarks
1016
1012Reading data: Reports 1017Reading data: Reports
1013--------------------- 1018---------------------
1014In Mastodon versions before 2.5.0 this function allowed for the retrieval 1019In Mastodon versions before 2.5.0 this function allowed for the retrieval
@@ -1068,6 +1073,8 @@ interact with already posted statuses.
1068.. automethod:: Mastodon.status_unmute 1073.. automethod:: Mastodon.status_unmute
1069.. automethod:: Mastodon.status_pin 1074.. automethod:: Mastodon.status_pin
1070.. automethod:: Mastodon.status_unpin 1075.. automethod:: Mastodon.status_unpin
1076.. automethod:: Mastodon.status_bookmark
1077.. automethod:: Mastodon.status_unbookmark
1071.. automethod:: Mastodon.status_delete 1078.. automethod:: Mastodon.status_delete
1072 1079
1073Writing data: Scheduled statuses 1080Writing data: Scheduled statuses
Powered by cgit v1.2.3 (git 2.41.0)