kuzzleio / sdk-android

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

Add Security:replaceUser support #131

Closed samniisan closed 7 years ago

samniisan commented 7 years ago

The new Security:replaceUser route has been added on JS/PHP side, this PR adds it on Android SDK as well.

Already documented in the following PR: https://github.com/kuzzleio/documentation/pull/264/files#diff-28f22657e9045419d382af6dbb7eff6b

fix https://github.com/kuzzleio/kuzzle-sdk/issues/21

Introduces

codecov-io commented 7 years ago

Codecov Report

Merging #131 into 3.x will decrease coverage by <.01%. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.x     #131      +/-   ##
==========================================
- Coverage   91.29%   91.29%   -0.01%     
==========================================
  Files          33       33              
  Lines        4100     4122      +22     
  Branches      391      392       +1     
==========================================
+ Hits         3743     3763      +20     
- Misses        253      255       +2     
  Partials      104      104
Impacted Files Coverage Δ
src/main/java/io/kuzzle/sdk/security/Security.java 92.94% <90.9%> (-0.1%) :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 bdd253e...1726c3c. Read the comment docs.