sys1yagi / mastodon4j

mastodon client for java, kotlin https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md
MIT License
135 stars 28 forks source link

Add exclude_types parameter to Notifications.getNotifications #70

Closed shibafu528 closed 6 years ago

shibafu528 commented 6 years ago

GET /api/v1/notifications の exclude_types パラメータへの対応を追加しました。

codecov-io commented 6 years ago

Codecov Report

Merging #70 into master will decrease coverage by 0.07%. The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #70      +/-   ##
============================================
- Coverage     54.25%   54.17%   -0.08%     
  Complexity      147      147              
============================================
  Files            44       44              
  Lines           800      803       +3     
  Branches         80       81       +1     
============================================
+ Hits            434      435       +1     
- Misses          352      353       +1     
- Partials         14       15       +1
Impacted Files Coverage Δ Complexity Δ
...om/sys1yagi/mastodon4j/api/method/Notifications.kt 61.11% <50%> (-5.56%) 3 <1> (ø)

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 38937fd...78b4cdd. Read the comment docs.