Pass arguments directly to bind_api in API methods
authorHarmon <Harmon758@gmail.com>
Thu, 28 Jan 2021 16:21:38 +0000 (10:21 -0600)
committerHarmon <Harmon758@gmail.com>
Thu, 28 Jan 2021 16:21:38 +0000 (10:21 -0600)
commitab02eb532018dd2b0043c990cd2b3c12fb9ca6df
tree4b04d41751f44057100bdeafabb8af9d920842e7
parent75e4d8bd5cba1562af88f19694fd9cdf5826331f
Pass arguments directly to bind_api in API methods

Rather than using property decorators for API methods

Replace APIMethod pagination_mode determination with pagination decorator usage
tweepy/api.py
tweepy/binder.py