DanielaSfregola / twitter4s

An asynchronous non-blocking Scala client for both the Twitter Rest and Streaming API
Apache License 2.0
256 stars 101 forks source link

Create TwitterTimelinesClient #405

Closed ConnorSinnott closed 2 years ago

ConnorSinnott commented 2 years ago

This PR adds support for querying Timelines. While these endpoints query a "/user" based URL, the resulting object is a list of Tweets. Because of this Twitter has categorized them as a Tweet endpoint and I've followed suit.

New endpoints:

ConnorSinnott commented 2 years ago

Lets keep it rolling! Next up is adding media model. @DanielaSfregola