kuzzleio / sdk-android

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

collection.create can be used with a mapping #159

Closed scottinet closed 6 years ago

scottinet commented 6 years ago

What does this PR do ?

The API route collection:create can be used with a mapping since Kuzzle 1.3.0, allowing the creation of a collection directly with a mapping specified: https://docs.kuzzle.io/api-documentation/controller-collection/create

Boyscout

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##              3.x     #159      +/-   ##
==========================================
+ Coverage   91.28%   91.29%   +<.01%     
==========================================
  Files          32       32              
  Lines        4693     4698       +5     
  Branches      441      442       +1     
==========================================
+ Hits         4284     4289       +5     
  Misses        282      282              
  Partials      127      127
Impacted Files Coverage Δ
src/main/java/io/kuzzle/sdk/core/Collection.java 93.36% <100%> (+0.06%) :arrow_up:
src/main/java/io/kuzzle/sdk/core/Room.java 92% <0%> (-0.04%) :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 ea5ec8d...2dea999. Read the comment docs.