From d7f5b4d66d47baa12d9e986c39385618adef0e71 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 28 Apr 2019 19:34:52 +0200 Subject: Implement the rest of the scheduled status endpoints --- docs/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') 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. .. automethod:: Mastodon.status_favourited_by .. automethod:: Mastodon.status_card +Writing data: Scheduled statuses +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +These functions allow you to get information about scheduled statuses. + +.. automethod:: Mastodon.scheduled_statuses +.. automethod:: Mastodon.scheduled_status + Reading data: Notifications --------------------------- This function allows you to get information about a users notifications. @@ -891,6 +898,15 @@ interact with already posted statuses. .. automethod:: Mastodon.status_unpin .. automethod:: Mastodon.status_delete +Writing data: Scheduled statuses +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Mastodon allows you to schedule statuses (using `status_post()`_. +The functions in this section allow you to update or delete thusly +scheduled statuses. + +.. automethod:: Mastodon.scheduled_status_update +.. automethod:: Mastodon.scheduled_status_delete + Writing data: Notifications --------------------------- These functions allow you to clear all or some notifications. -- cgit v1.2.3