projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd46550
)
Added documentation of API.mentions_timeline()
author
flowerncsu
<charlotte.ann.mays@gmail.com>
Mon, 6 Jun 2016 13:49:13 +0000
(09:49 -0400)
committer
flowerncsu
<charlotte.ann.mays@gmail.com>
Mon, 6 Jun 2016 13:49:13 +0000
(09:49 -0400)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index bb7c46aa80c7cdbefc4e3142e8d86b050e8569f2..763e50a5b8861935e730b42142cfedd7caf61fe6 100644
(file)
--- a/
docs/api.rst
+++ b/
docs/api.rst
@@
-86,6
+86,14
@@
Timeline methods
:param page: |page|
:rtype: list of :class:`Status` objects
+.. method:: API.mentions_timeline([since_id], [max_id], [count])
+
+ Returns the 20 most recent mentions, including retweets.
+
+ :param since_id: |since_id|
+ :param max_id: |max_id|
+ :param count: |count|
+ :rtype: list of :class:`Status` objects
Status methods
--------------