跳到主要内容

介绍

tcb admin Node.js SDK 让您可以在服务端(如腾讯云云函数或 云主机 等)使用 Node.js 服务访问 TCB 的的服务,如云函数调用,文件上传下载,数据库集合文档操作等,方便快速搭建应用。

需要 Node.js v8.9 及以上版本。

安装

tcb admin Node.js SDK 可以通过 npm 安装:

npm install --save tcb-admin-node@latest

使用示例

要在您的代码内使用该模块:

const app = require('tcb-admin-node')

import * as app from 'tcb-admin-node'