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.
yjh dfec7b48f3
.
1 year ago
..
docs . 1 year ago
node_modules/@cloudbase/database . 1 year ago
scripts . 1 year ago
src . 1 year ago
types/database . 1 year ago
.DS_Store . 1 year ago
.editorconfig . 1 year ago
.eslintignore . 1 year ago
.eslintrc . 1 year ago
.prettierrc.js . 1 year ago
.travis.yml . 1 year ago
CHANGELOG.md . 1 year ago
CONTRIBUTING_GUIDE.md . 1 year ago
README.md . 1 year ago
index.js . 1 year ago
jest.config.js . 1 year ago
package.json . 1 year ago
qcifile.yml . 1 year ago
tsconfig.json . 1 year ago

README.md

Tencent Cloud Base(TCB) Admin Node.js SDK

node (scoped) NPM Version Deps Build Status

目录

介绍

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";

文档