From: Harmon Date: Fri, 12 Feb 2021 04:17:15 +0000 (-0600) Subject: Add stringify_ids endpoint parameter for API.friendships_outgoing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7ed0762883e03c4479980b62b123baf1e854d316;p=tweepy.git Add stringify_ids endpoint parameter for API.friendships_outgoing --- diff --git a/tweepy/api.py b/tweepy/api.py index 757f909..3c79524 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -636,7 +636,7 @@ class API: """ return self.request( 'GET', 'friendships/outgoing', *args, endpoint_parameters=( - 'cursor', + 'cursor', 'stringify_ids' ), **kwargs )