DanielaSfregola / twitter4s

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

Create AccountActivityRestClient #311

Closed julien-pons closed 4 years ago

julien-pons commented 4 years ago

Add Rest Client to handle Twitter Premium AccountActivity API https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference/aaa-premium

codecov[bot] commented 4 years ago

Codecov Report

Merging #311 into master will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #311      +/-   ##
==========================================
+ Coverage   92.55%   92.62%   +0.06%     
==========================================
  Files          76       77       +1     
  Lines        1142     1152      +10     
  Branches        9        7       -2     
==========================================
+ Hits         1057     1067      +10     
  Misses         85       85              
Impacted Files Coverage Δ
.../danielasfregola/twitter4s/TwitterRestClient.scala 0.00% <ø> (ø)
...accountactivity/TwitterAccountActivityClient.scala 100.00% <100.00%> (ø)
...ola/twitter4s/http/serializers/CustomFormats.scala 100.00% <100.00%> (ø)
...egola/twitter4s/http/serializers/JsonSupport.scala 93.33% <100.00%> (+1.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e23685b...6a643f7. Read the comment docs.