Rename Client.follow and Client.unfollow
authorHarmon <Harmon758@gmail.com>
Mon, 25 Oct 2021 08:36:59 +0000 (03:36 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 25 Oct 2021 08:36:59 +0000 (03:36 -0500)
commit8f8de15e13f11d042a521d2adae24d0c09fa2098
tree1aa08a52fc6e2becab8757ffb1864841b559be5a
parent6606f83819eef7389804d9b03c6633efcf59b55d
Rename Client.follow and Client.unfollow

Rename Client.follow and Client.unfollow to Client.follow_user and Client.unfollow_user, respectively
Client.follow and Client.unfollow are kept as deprecated aliases
cassettes/test_follow_and_unfollow_user.yaml [moved from cassettes/test_follow_and_unfollow.yaml with 100% similarity]
docs/client.rst
tests/test_client.py
tweepy/client.py