kuzzleio / sdk-android

Official android SDK for Kuzzle
http://docs.kuzzle.io/sdk-reference
Apache License 2.0
4 stars 2 forks source link

Fixed expected response type for Document:exists #145

Closed samniisan closed 7 years ago

samniisan commented 7 years ago

Title says it all. JSONObject -> Boolean

codecov-io commented 7 years ago

Codecov Report

Merging #145 into 3.x will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.x     #145      +/-   ##
==========================================
+ Coverage   91.57%   91.58%   +<.01%     
==========================================
  Files          32       32              
  Lines        4678     4681       +3     
  Branches      437      437              
==========================================
+ Hits         4284     4287       +3     
  Misses        268      268              
  Partials      126      126
Impacted Files Coverage Δ
src/main/java/io/kuzzle/sdk/core/Document.java 97.54% <100%> (+0.03%) :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 ee647f9...1ff7efc. Read the comment docs.

scottinet commented 7 years ago

Waiting for the corresponding documentation PR to merge this one

scottinet commented 7 years ago

Documentation PR merged: https://github.com/kuzzleio/documentation/pull/321