From f3d25fa19deb2caf0793d685a542509f94c2c8a9 Mon Sep 17 00:00:00 2001 From: halcy Date: Tue, 22 Nov 2022 00:10:02 +0200 Subject: add status editing --- docs/index.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 450300e..3d52b08 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -876,6 +876,19 @@ Admin account dicts 'account': # The user's account, as a standard user dict } +Status edit dicts +~~~~~~~~~~~~~~~~~ +.. _status edit dict: + +.. code-block:: python + + mastodonstatus_history(id)[0] + # Returns the following dictionary + { + TODO + } + + App registration and user authentication ---------------------------------------- Before you can use the Mastodon API, you have to register your @@ -967,6 +980,8 @@ These functions allow you to get information about single statuses. .. automethod:: Mastodon.status_reblogged_by .. automethod:: Mastodon.status_favourited_by .. automethod:: Mastodon.status_card +.. automethod:: Mastodon.status_history +.. automethod:: Mastodon.status_source Reading data: Scheduled statuses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -1142,6 +1157,8 @@ interact with already posted statuses. .. automethod:: Mastodon.status_bookmark .. automethod:: Mastodon.status_unbookmark .. automethod:: Mastodon.status_delete +.. automethod:: Mastodon.status_update + Writing data: Scheduled statuses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3