DanielaSfregola / twitter4s

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

Create V2UserLookupClient with User fields #402

Closed ConnorSinnott closed 3 years ago

ConnorSinnott commented 3 years ago

This PR adds full support for the User Lookup endpoints under Twitter's new V2 API.

The user based endpoints are being built with Tweet materialization permitted. Likewise, with the addition of this user model, the Tweet endpoints can be updated to permit User materialization. However, to cut down on PR complexity, these changes will be included in a separate PR.

ConnorSinnott commented 3 years ago

Hey @DanielaSfregola! Friendly ping for review since I can't seem to add you as a reviewer.

DanielaSfregola commented 3 years ago

Hey @DanielaSfregola! Friendly ping for review since I can't seem to add you as a reviewer.

Yes, please always do ping me when the PR is ready and I'll review it