diff options
author | Lorenz Diener <[email protected]> | 2020-02-22 19:51:49 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2020-02-22 19:51:49 +0100 |
commit | 2132615269aa80a01d9af63d90e075197603fa3e (patch) | |
tree | 26303ada41c95619af7a681702bb28e71ea443aa | |
parent | 65e49ec61414dc36afa6df84d581d77a1ac40afb (diff) | |
download | mastodon.py-2132615269aa80a01d9af63d90e075197603fa3e.tar.gz |
Add documentation for bookmarks
-rw-r--r-- | docs/index.rst | 7 |
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 | ||
1012 | Reading data: Bookmarks | ||
1013 | ----------------------- | ||
1014 | |||
1015 | .. automethod:: Mastodon.bookmarks | ||
1016 | |||
1012 | Reading data: Reports | 1017 | Reading data: Reports |
1013 | --------------------- | 1018 | --------------------- |
1014 | In Mastodon versions before 2.5.0 this function allowed for the retrieval | 1019 | In 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 | ||
1073 | Writing data: Scheduled statuses | 1080 | Writing data: Scheduled statuses |