aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-25 20:46:20 +0100
committerLorenz Diener <[email protected]>2016-11-25 20:46:20 +0100
commit6fdf18eebc4458f542009c61907fa2dd22b050ea (patch)
tree7d69ce349d381f66358a568c563b988ac184ecef /mastodon
parent10eda366d56ff9ea97e8509af935ddadcc5d176d (diff)
downloadmastodon.py-6fdf18eebc4458f542009c61907fa2dd22b050ea.tar.gz
Documentation for notifications
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 36f20d2..eb13859 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -209,7 +209,7 @@ class Mastodon:
209 Fetch notifications (mentions, favourites, reblogs, follows) for the authenticated 209 Fetch notifications (mentions, favourites, reblogs, follows) for the authenticated
210 user. 210 user.
211 211
212 Returns: TODO 212 Returns a list of notification dicts.
213 """ 213 """
214 return self.__api_request('GET', '/api/v1/notifications') 214 return self.__api_request('GET', '/api/v1/notifications')
215 215
Powered by cgit v1.2.3 (git 2.41.0)