From: Harmon Date: Mon, 24 May 2021 21:57:52 +0000 (-0500) Subject: Update and improve documentation for API.no_retweets_friendships X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d5fafa9567a77311fcdc2a448c57a31984e9e74c;p=tweepy.git Update and improve documentation for API.no_retweets_friendships --- diff --git a/tweepy/api.py b/tweepy/api.py index 6b03582..372c097 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -2230,11 +2230,18 @@ class API: Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from. - :param stringify_ids: |stringify_ids| + Parameters + ---------- + stringify_ids + |stringify_ids| - :rtype: list of :class:`int` + Returns + ------- + :py:class:`List`\ [:class:`int`] - :reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-no_retweets-ids + References + ---------- + https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-no_retweets-ids """ return self.request( 'GET', 'friendships/no_retweets/ids', endpoint_parameters=(