Replace APIMethod.payload_list and APIMethod.payload_type
authorHarmon <Harmon758@gmail.com>
Tue, 2 Feb 2021 16:54:38 +0000 (10:54 -0600)
committerHarmon <Harmon758@gmail.com>
Tue, 2 Feb 2021 16:54:38 +0000 (10:54 -0600)
commitb3309cde86a8f3bbc87336c58f21309115a3aa3f
treefe670000f327d9c279aba20841d4410d71b174b9
parent56b8e319a874f6d4cfae7dc9f7c33f32ceea83f4
Replace APIMethod.payload_list and APIMethod.payload_type

Replace APIMethod.payload_list and APIMethod.payload_type with payload decorator and APIMethod.execute payload_list and payload_type keyword-only arguments
Add payload_list and payload_type keyword-only arguments to ModelParser.parse
Allow passing keyword arguments to bind_api and APIMethod through API.send_direct_message, API.lookup_friendships, API.update_profile_image, API.add_list_members, API.remove_list_members
tweepy/api.py
tweepy/binder.py
tweepy/cursor.py
tweepy/parsers.py