twitter-api-java-sdk
twitter-api-java-sdk copied to clipboard
Add support for Likes Firehose
Problem
Currently, this library doesn't support Likes Firehose in any way, this PR adds Likes firehose support with the same interface as other endpoints (e. g. Tweets or Compliance)
Solution
Added LikesApi class that's configurable in the same way as other Api classes, returning stream of likes. We mainly followed the TweetsApi code, adjusting it for Likes Firehose use case.