kuzzleio / sdk-android

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

Fix listIndexes #167

Closed jenow closed 5 years ago

jenow commented 5 years ago

What does this PR do ?

Kuzzle.listIndexes was looking for hits instead of indexes in the response.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   91.29%   91.29%           
=======================================
  Files          32       32           
  Lines        4698     4698           
  Branches      442      442           
=======================================
  Hits         4289     4289           
  Misses        282      282           
  Partials      127      127
Impacted Files Coverage Δ
src/main/java/io/kuzzle/sdk/core/Kuzzle.java 92.24% <100%> (ø) :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 ebb4ff9...9d951fa. Read the comment docs.