vika.java
vika.java copied to clipboard
Vika is a API-based SaaS database platform for users and developers, Java SDK for connecting vikadata Open API.
feat: fix the wrong callTimeout unit and wrong page num setting of pager.
getRecordApi().getRecords(datasheetId, nb_records); does not allow to specify spaceId. clientApi does not allow to set a defulat spaceId. we need to access datasheet in "Joined Spaces"
代码,执行pager.all();报错: Pager pager = vikaApiClient.getRecordApi().getRecords(sheetId, queryParam); List all = pager.all(); 异常: cn.vika.client.api.exception.ApiException: code=400, message="pageNum value can't be smaller than 1"
This PR was automatically created by Safer, an open-source tool that updates vulnerable dependencies with compatible and more secure versions. Analyzed commit: b0ce05e0b181b6225011a218cf067b7ed2430eff File updated: pom.xml Vulnerabilities reduced: 29 ->...
Hi there 👋, I'm [Safer Bot](https://gitlab.com/lsi-ufcg/vulnerabilidades/safer)! Safer is an open-source tool that automatically updates vulnerable dependencies to more secure and compatible versions. Our goal is to help maintainers keep their...