Update api.rst
authorrother <rother@users.noreply.github.com>
Wed, 22 Oct 2014 08:25:27 +0000 (10:25 +0200)
committerrother <rother@users.noreply.github.com>
Wed, 22 Oct 2014 08:25:27 +0000 (10:25 +0200)
Added missing since_id parameter for search()

docs/api.rst

index 7d5f443de34b7fdc37b7f97a241083f138e66cb3..8b096bbdf64264a563dd63452ac8982b484652b7 100644 (file)
@@ -534,6 +534,7 @@ Help Methods
    :param locale: Specify the language of the query you are sending. This is intended for language-specific clients and the default should work in the majority of cases.
    :param rpp: The number of tweets to return per page, up to a max of 100.
    :param page: The page number (starting at 1) to return, up to a max of roughly 1500 results (based on rpp * page.
+   :param since_id: |since_id|
    :param geocode: Returns tweets by users located within a given radius of the given latitude/longitude.  The location is preferentially taking from the Geotagging API, but will fall back to their Twitter profile. The parameter value is specified by "latitide,longitude,radius", where radius units must be specified as either "mi" (miles) or "km" (kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this geocode parameter to search near geocodes directly.
    :param show_user: When true, prepends "<user>:" to the beginning of the tweet. This is useful for readers that do not display Atom's author field. The default is false.
    :rtype: list of :class:`SearchResult` objects