v2.1
- Major changes for several methods return type (from
List<Tweet>
toTweetList
to let users use tokens or pagination) : ex :getUserTimeline
,getUserMentions
,searchTweets
etc. UserListV2
class is now calledUserList
searchForTweetsWithin7days
is now calledsearchTweets
searchForTweetsFullArchive
is now calledsearchAllTweets
- Use of
AdditionalParameters
class when possible instead of having several constructors (withstart_time
,end_time
,since_id
,until_id
, etc.) - The GroupId is now
io.github.redouane59.twitter
and notcom.github.redouane59.twitter
anymore (sonartype condition update) - Several big refacto in code.
See #218
You will probably have impact in your code, don't hesitate to ping me if you face any diffculy.