From: Harmon Date: Mon, 24 May 2021 21:59:20 +0000 (-0500) Subject: Update and improve documentation for API.friendships_outgoing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c104c4a09cbbf51bed8848fb5e0348fcb97a680d;p=tweepy.git Update and improve documentation for API.friendships_outgoing --- diff --git a/tweepy/api.py b/tweepy/api.py index 372c097..77802ee 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -2257,12 +2257,20 @@ class API: Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request. - :param cursor: |cursor| - :param stringify_ids: |stringify_ids| + Parameters + ---------- + cursor + |cursor| + 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-outgoing + References + ---------- + https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-outgoing """ return self.request( 'GET', 'friendships/outgoing', endpoint_parameters=(