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

Change OAuth URL's paramater name "scope" to "scopes" at Apps#getOAuthUrl() #78

Closed moko256 closed 5 years ago

moko256 commented 5 years ago

Fixed #77

codecov-io commented 5 years ago

Codecov Report

Merging #78 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #78   +/-   ##
========================================
  Coverage      49.6%   49.6%           
  Complexity      148     148           
========================================
  Files            47      47           
  Lines           877     877           
  Branches         95      95           
========================================
  Hits            435     435           
  Misses          425     425           
  Partials         17      17
Impacted Files Coverage Δ Complexity Δ
...in/java/com/sys1yagi/mastodon4j/api/method/Apps.kt 96.42% <100%> (ø) 5 <0> (ø) :arrow_down:

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 b7fbb56...2397ac4. Read the comment docs.

moko256 commented 5 years ago

I was wrong. Sorry.