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 lists method and Streaming #69

Closed meronmks closed 6 years ago

meronmks commented 6 years ago

このpull requestは #65 の内容を含んでいます。

Listに関するentityとmethodおよびStreamingを追加しました。

codecov-io commented 6 years ago

Codecov Report

Merging #69 into master will decrease coverage by 3.84%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #69      +/-   ##
===========================================
- Coverage     54.25%   50.4%   -3.85%     
- Complexity      147     148       +1     
===========================================
  Files            44      46       +2     
  Lines           800     863      +63     
  Branches         80      92      +12     
===========================================
+ Hits            434     435       +1     
- Misses          352     414      +62     
  Partials         14      14
Impacted Files Coverage Δ Complexity Δ
...java/com/sys1yagi/mastodon4j/api/entity/Account.kt 33.33% <0%> (-2.39%) 5 <0> (ø)
...om/sys1yagi/mastodon4j/api/method/MastodonLists.kt 0% <0%> (ø) 0 <0> (?)
...va/com/sys1yagi/mastodon4j/api/method/Streaming.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...n/java/com/sys1yagi/mastodon4j/api/entity/Emoji.kt 20% <0%> (+20%) 1 <0> (+1) :arrow_up:
...com/sys1yagi/mastodon4j/api/entity/MastodonList.kt 0% <0%> (ø) 0 <0> (?)

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...c46baaf. Read the comment docs.