Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
38b4503c
Commit
38b4503c
authored
Mar 19, 2017
by
g33klord
Committed by
GitHub
Mar 19, 2017
Browse files
removed exist_friendship method
v3.5.0 has no exist_friendship method.
parent
5df139ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/api.rst
View file @
38b4503c
...
...
@@ -303,16 +303,6 @@ Friendship Methods
:rtype: :class:`User` object
.. method:: API.exists_friendship(user_a, user_b)
Checks if a friendship exists between two users. Will return True if
user_a follows user_b, otherwise False.
:param user_a: The ID or screen_name of the subject user.
:param user_b: The ID or screen_name of the user to test for following.
:rtype: True/False
.. method:: API.show_friendship(source_id/source_screen_name, target_id/target_screen_name)
Returns detailed information about the relationship between two users.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment