Vika.js Versions Save

Vika is a API-based SaaS database platform for users and developers,here is JavaScript SDK for integration. 维格表(vika.cn)官方JavaScript SDK, 让你轻松集成维格表的 可视化API数据库能力。

v1.0.5

2 years ago

Support upload buffer in NodeJS

import { Buffer } from 'buffer';

const buf = Buffer.from('hello world', 'utf8');
const result = await datasheet.upload(buf, { filename: 'text.txt' });

v1.0.3

2 years ago

v0.1.2

3 years ago

file upload is supported

v0.1.0

3 years ago

Rename datasheet.create to datasheet.add

v0.0.1

3 years ago

完成基础能力

  1. all 获取全部数据
  2. get 分页获取数据
  3. create 创建 records
  4. update 修改 records