Add stringify_ids endpoint parameter for API.friendships_outgoing
authorHarmon <Harmon758@gmail.com>
Fri, 12 Feb 2021 04:17:15 +0000 (22:17 -0600)
committerHarmon <Harmon758@gmail.com>
Fri, 12 Feb 2021 04:17:15 +0000 (22:17 -0600)
tweepy/api.py

index 757f9092ec474c6256ff7b5f10f5d27b17e15063..3c79524a100dfb211ca2c28bb81113521147c33d 100644 (file)
@@ -636,7 +636,7 @@ class API:
         """
         return self.request(
             'GET', 'friendships/outgoing', *args, endpoint_parameters=(
-                'cursor',
+                'cursor', 'stringify_ids'
             ), **kwargs
         )