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

文档