aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-28 19:34:52 +0200
committerLorenz Diener <[email protected]>2019-04-28 19:34:52 +0200
commitd7f5b4d66d47baa12d9e986c39385618adef0e71 (patch)
tree72b0f452d469e51326e42b1e67fbe12e6b4ab7dd /docs
parentfe4e01f90eb76f68719611042e575a4fff32f9d0 (diff)
downloadmastodon.py-d7f5b4d66d47baa12d9e986c39385618adef0e71.tar.gz
Implement the rest of the scheduled status endpoints
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index daae043..d6d0d04 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -777,6 +777,13 @@ These functions allow you to get information about single statuses.
777.. automethod:: Mastodon.status_favourited_by 777.. automethod:: Mastodon.status_favourited_by
778.. automethod:: Mastodon.status_card 778.. automethod:: Mastodon.status_card
779 779
780Writing data: Scheduled statuses
781~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
782These functions allow you to get information about scheduled statuses.
783
784.. automethod:: Mastodon.scheduled_statuses
785.. automethod:: Mastodon.scheduled_status
786
780Reading data: Notifications 787Reading data: Notifications
781--------------------------- 788---------------------------
782This function allows you to get information about a users notifications. 789This function allows you to get information about a users notifications.
@@ -891,6 +898,15 @@ interact with already posted statuses.
891.. automethod:: Mastodon.status_unpin 898.. automethod:: Mastodon.status_unpin
892.. automethod:: Mastodon.status_delete 899.. automethod:: Mastodon.status_delete
893 900
901Writing data: Scheduled statuses
902~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
903Mastodon allows you to schedule statuses (using `status_post()`_.
904The functions in this section allow you to update or delete thusly
905scheduled statuses.
906
907.. automethod:: Mastodon.scheduled_status_update
908.. automethod:: Mastodon.scheduled_status_delete
909
894Writing data: Notifications 910Writing data: Notifications
895--------------------------- 911---------------------------
896These functions allow you to clear all or some notifications. 912These functions allow you to clear all or some notifications.
Powered by cgit v1.2.3 (git 2.41.0)