Bug Fixes
- Fix handling of strings passed as fields parameters for
Client
methods (d61a5d9) - Include unexpected parameters passed to
Client
methods in Twitter API request (618d1c2)- This future-proofs for new endpoint parameters
- Stop checking parameter names when converting parameters passed to
Client
methods from datetimes to strings (1320a37)- This future-proofs for new endpoint parameters besides
start_time
andend_time
that accept datetimes
- This future-proofs for new endpoint parameters besides
- Handle simplejson being installed when handling
JSONDecodeError
inHTTPException
(586c162)