You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.. | ||
docs | 6 months ago | |
node_modules/@cloudbase/database | 6 months ago | |
scripts | 6 months ago | |
src | 6 months ago | |
types/database | 6 months ago | |
.DS_Store | 6 months ago | |
.editorconfig | 6 months ago | |
.eslintignore | 6 months ago | |
.eslintrc | 6 months ago | |
.prettierrc.js | 6 months ago | |
.travis.yml | 6 months ago | |
CHANGELOG.md | 6 months ago | |
CONTRIBUTING_GUIDE.md | 6 months ago | |
README.md | 6 months ago | |
index.js | 6 months ago | |
jest.config.js | 6 months ago | |
package.json | 6 months ago | |
qcifile.yml | 6 months ago | |
tsconfig.json | 6 months ago |
README.md
Tencent Cloud Base(TCB) Admin Node.js SDK
目录
介绍
TCB提供开发应用所需服务和基础设施。tcb admin Node.js SDK 让你可以在服务端(如腾讯云云函数或CVM等)使用Node.js服务访问TCB的的服务。
需要Node.js v8.0及以上版本。
安装
tcb admin Node.js SDK 可以通过tcb-admin-node
来访问:
npm install --save tcb-admin-node@latest
要在你的模块式使用模块可以
var admin = require("tcb-admin-node");
或
import * as admin from "tcb-admin-node";