Skip to content

Changes

Summary

  1. add support for cursor param (details)
  2. add tests (details)
  3. return cursor in SearchThingsResponse (details)
  4. throw error when both cursor/size and limit is set (details)
Commit 0783e5ba47ff8210d277c9a9e87f5267880a91ad by Matthias Weirich
add support for cursor param

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/api/src/options/request.options.ts (diff)
Commit 02116e511b9d61d55b05fc1132b9d2aa6bb79fe7 by Matthias Weirich
add tests

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/api/tests/options/request.options.spec.ts (diff)
The file was modified javascript/lib/api/src/options/request.options.ts (diff)
Commit 763431a6fe28bcf78b8f001b76886012bc73d880 by Matthias Weirich
return cursor in SearchThingsResponse

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/api/src/model/response.ts (diff)
The file was modified javascript/lib/api/tests/options/request.options.spec.ts (diff)
Commit 6f4fc2a403cc673421e84518f6913cfb89c5b731 by Matthias Weirich
throw error when both cursor/size and limit is set

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/api/src/options/request.options.ts (diff)
The file was modified javascript/lib/api/tests/options/request.options.spec.ts (diff)