+------------------------------------------+--------------------------------------+
| `GET friendships/no_retweets/ids`_ | :meth:`API.no_retweets_friendships` |
+------------------------------------------+--------------------------------------+
- | `GET friendships/outgoing`_ | :meth:`API.friendships_outgoing` |
+ | `GET friendships/outgoing`_ | :meth:`API.outgoing_friendships` |
+------------------------------------------+--------------------------------------+
| `GET friendships/show`_ | :meth:`API.get_friendship` |
+------------------------------------------+--------------------------------------+
.. automethod:: API.no_retweets_friendships
-.. automethod:: API.friendships_outgoing
+.. automethod:: API.outgoing_friendships
.. automethod:: API.get_friendship
@pagination(mode='cursor')
@payload('ids')
- def friendships_outgoing(self, **kwargs):
- """friendships_outgoing(*, cursor, stringify_ids)
+ def outgoing_friendships(self, **kwargs):
+ """outgoing_friendships(*, cursor, stringify_ids)
Returns a collection of numeric IDs for every protected user for whom
the authenticating user has a pending follow request.