Added documentation of API.mentions_timeline()
authorflowerncsu <charlotte.ann.mays@gmail.com>
Mon, 6 Jun 2016 13:49:13 +0000 (09:49 -0400)
committerflowerncsu <charlotte.ann.mays@gmail.com>
Mon, 6 Jun 2016 13:49:13 +0000 (09:49 -0400)
docs/api.rst

index bb7c46aa80c7cdbefc4e3142e8d86b050e8569f2..763e50a5b8861935e730b42142cfedd7caf61fe6 100644 (file)
@@ -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
 --------------