kuzzleio / sdk-go

Golang SDK using the WebSocket protocol to communicate with Kuzzle API including offline resiliency
http://docs.kuzzle.io/sdk/go/2
Apache License 2.0
8 stars 5 forks source link

[#261] Adapt document controller routes to be compliant with Kuzzle V2 API #271

Closed Shiranuit closed 3 years ago

Shiranuit commented 3 years ago

What does this PR do?

This PR modifies the following document controller routes and their documentation to be compliant with Kuzzle V2 API:

Fix #261

codecov[bot] commented 3 years ago

Codecov Report

Merging #271 (f126669) into 3-dev (8617565) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            3-dev     #271      +/-   ##
==========================================
- Coverage   89.64%   89.63%   -0.01%     
==========================================
  Files         240      240              
  Lines        4046     4024      -22     
==========================================
- Hits         3627     3607      -20     
+ Misses        367      365       -2     
  Partials       52       52              
Impacted Files Coverage Δ
document/mCreate.go 100.00% <100.00%> (ø)
document/mCreateOrReplace.go 100.00% <100.00%> (ø)
document/mDelete.go 100.00% <100.00%> (ø)
document/mGet.go 90.90% <100.00%> (-1.40%) :arrow_down:
document/mReplace.go 100.00% <100.00%> (ø)
document/mUpdate.go 100.00% <100.00%> (ø)
realtime/subscribe.go 75.75% <0.00%> (+6.06%) :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 8617565...f126669. Read the comment docs.

Shiranuit commented 3 years ago

Sorry it seems that some modifications were forgotten in my last commit