aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst17
1 files changed, 17 insertions, 0 deletions
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
876 'account': # The user's account, as a standard user dict 876 'account': # The user's account, as a standard user dict
877 } 877 }
878 878
879Status edit dicts
880~~~~~~~~~~~~~~~~~
881.. _status edit dict:
882
883.. code-block:: python
884
885 mastodonstatus_history(id)[0]
886 # Returns the following dictionary
887 {
888 TODO
889 }
890
891
879App registration and user authentication 892App registration and user authentication
880---------------------------------------- 893----------------------------------------
881Before you can use the Mastodon API, you have to register your 894Before 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.
967.. automethod:: Mastodon.status_reblogged_by 980.. automethod:: Mastodon.status_reblogged_by
968.. automethod:: Mastodon.status_favourited_by 981.. automethod:: Mastodon.status_favourited_by
969.. automethod:: Mastodon.status_card 982.. automethod:: Mastodon.status_card
983.. automethod:: Mastodon.status_history
984.. automethod:: Mastodon.status_source
970 985
971Reading data: Scheduled statuses 986Reading data: Scheduled statuses
972~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 987~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1142,6 +1157,8 @@ interact with already posted statuses.
1142.. automethod:: Mastodon.status_bookmark 1157.. automethod:: Mastodon.status_bookmark
1143.. automethod:: Mastodon.status_unbookmark 1158.. automethod:: Mastodon.status_unbookmark
1144.. automethod:: Mastodon.status_delete 1159.. automethod:: Mastodon.status_delete
1160.. automethod:: Mastodon.status_update
1161
1145 1162
1146Writing data: Scheduled statuses 1163Writing data: Scheduled statuses
1147~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1164~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Powered by cgit v1.2.3 (git 2.41.0)