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

Unchecked `null`s in User #341

Open s5bug opened 3 years ago

s5bug commented 3 years ago

Some of the fields in User such as lang, profile_background_image_url, and profile_background_image_url_https are nullable, but not marked as Option in the case classes.

This breaks circe's printing, as it expects all values to be non-null.