Skip to content

seatable-api.js

使用 Node.js 操作 SeaTable 有 2 种思路:

  • 直接 fetch 官方 API
  • 使用官方包

访问 https://cloud.seatable.cn/ ,获取 SeaTable 单库的永久令牌:库右侧 -> 高级 -> API Token 。

安装 Node.js ,安装 SeaTable 官方包。产品页面 https://www.npmjs.com/package/seatable-api ,仓库地址 https://github.com/seatable/seatable-api-js

mkdir test
cd test

npm i seatable-api
npm i @babel/runtime

联系 math@baima.site