aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/07_timelines.rst')
-rw-r--r--docs/07_timelines.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/07_timelines.rst b/docs/07_timelines.rst
new file mode 100644
index 0000000..8a82d3b
--- /dev/null
+++ b/docs/07_timelines.rst
@@ -0,0 +1,20 @@
1Reading data: Timelines
2=======================
3.. py:module:: mastodon
4.. py:class: Mastodon
5
6These functions allow you to access the timelines a logged in
7user could see, as well as hashtag timelines and the public (federated)
8and local timelines. For the public, local and hashtag timelines,
9access is allowed even when not authenticated if the instance admin has enabled this functionality.
10
11.. _timeline():
12.. automethod:: Mastodon.timeline
13.. automethod:: Mastodon.timeline_home
14.. automethod:: Mastodon.timeline_local
15.. _timeline_public():
16.. automethod:: Mastodon.timeline_public
17.. _timeline_hashtag():
18.. automethod:: Mastodon.timeline_hashtag
19.. automethod:: Mastodon.timeline_list
20.. automethod:: Mastodon.conversations \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)