liyongli 90aec58cf5 初始化 hace 3 años
..
docs 90aec58cf5 初始化 hace 3 años
node_modules 90aec58cf5 初始化 hace 3 años
scripts 90aec58cf5 初始化 hace 3 años
src 90aec58cf5 初始化 hace 3 años
types 90aec58cf5 初始化 hace 3 años
.DS_Store 90aec58cf5 初始化 hace 3 años
.editorconfig 90aec58cf5 初始化 hace 3 años
.eslintignore 90aec58cf5 初始化 hace 3 años
.eslintrc 90aec58cf5 初始化 hace 3 años
.prettierrc.js 90aec58cf5 初始化 hace 3 años
.travis.yml 90aec58cf5 初始化 hace 3 años
CHANGELOG.md 90aec58cf5 初始化 hace 3 años
CONTRIBUTING_GUIDE.md 90aec58cf5 初始化 hace 3 años
README.md 90aec58cf5 初始化 hace 3 años
index.js 90aec58cf5 初始化 hace 3 años
jest.config.js 90aec58cf5 初始化 hace 3 años
package.json 90aec58cf5 初始化 hace 3 años
qcifile.yml 90aec58cf5 初始化 hace 3 años
tsconfig.json 90aec58cf5 初始化 hace 3 años

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

文档