Skip to content

v2.1

Compare
Choose a tag to compare
@redouane59 redouane59 released this 26 Jun 18:27
· 196 commits to develop since this release
  • Major changes for several methods return type (from List<Tweet> to TweetList to let users use tokens or pagination) : ex : getUserTimeline, getUserMentions, searchTweets etc.
  • UserListV2 class is now called UserList
  • searchForTweetsWithin7days is now called searchTweets
  • searchForTweetsFullArchive is now called searchAllTweets
  • Use of AdditionalParameters class when possible instead of having several constructors (with start_time, end_time, since_id,until_id, etc.)
  • The GroupId is now io.github.redouane59.twitter and not com.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.