aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/11_misc.rst')
-rw-r--r--docs/11_misc.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/11_misc.rst b/docs/11_misc.rst
new file mode 100644
index 0000000..a85d518
--- /dev/null
+++ b/docs/11_misc.rst
@@ -0,0 +1,36 @@
1Misc: Markers, reports
2======================
3.. py:module:: mastodon
4.. py:class: Mastodon
5
6Markers
7-------
8These functions allow you to interact with the timeline "last read" markers,
9to allow for persisting where the user was reading a timeline between sessions
10and clients / devices.
11
12
13Reading
14~~~~~~~
15.. automethod:: Mastodon.markers_get
16
17Writing
18~~~~~~~
19.. automethod:: Mastodon.markers_set
20
21Reports
22-------
23
24Reading
25~~~~~~~
26In Mastodon versions before 2.5.0 this function allowed for the retrieval
27of reports filed by the logged in user. It has since been removed.
28
29.. automethod:: Mastodon.reports
30
31Writing
32~~~~~~~
33This function allows you to report a user to the instance moderators as well as to
34the users home instance.
35
36.. automethod:: Mastodon.report \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)