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

Implement API action document:mUpsert #298

Closed MathieuVeber closed 1 year ago

MathieuVeber commented 3 years ago

Feature Description

Add new action mUpsert which allows you to make multiple "create or update" action in a single request

See the server implementation here released in 2.11.0, you can access this action with the query method in the meantime