redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
236 stars 64 forks source link

Added V1 Twitter list statuses endpoint #333

Closed marcphilippebeaujean-abertay closed 2 years ago

marcphilippebeaujean-abertay commented 2 years ago

Hi! I added the endpoint to get Tweets from a given Twitter List that the user is following. https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-statuses

Let me know if I can improve this.

redouane59 commented 2 years ago

Hey, Is it possible for you to rebase and resolve conflicts ? Last time I tagged you on this PR but it looks like you didn't see : https://github.com/redouane59/twittered/pull/324 Maybe interesting to have your feedback too. I also replaced your arrays by lists, which are more convenient to me.

Thanks :)