From 0ee0f4d6ccce0ca67052bbf9840df58925291a56 Mon Sep 17 00:00:00 2001 From: rother Date: Wed, 22 Oct 2014 10:25:27 +0200 Subject: [PATCH] Update api.rst Added missing since_id parameter for search() --- docs/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.rst b/docs/api.rst index 7d5f443..8b096bb 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 ":" 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 -- 2.25.1