Add docstring for Client.search_all_tweets
authorHarmon <Harmon758@gmail.com>
Wed, 24 Feb 2021 03:56:23 +0000 (21:56 -0600)
committerHarmon <Harmon758@gmail.com>
Wed, 24 Feb 2021 03:56:23 +0000 (21:56 -0600)
tweepy/client.py

index 31ac466ddb5f1cd94ba7c6539dba8b68838321f2..be6567da1813844d14900fa0155a84720a6539c4 100644 (file)
@@ -282,6 +282,10 @@ class Client:
         )[0]["hidden"]
 
     def search_all_tweets(self, query, **params):
+        """
+        Search Tweets: Full-archive search
+        https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-all
+        """
         return self._make_request(
             "GET", "/2/tweets/search/all", params=params,
             endpoint_parameters=(