zsydgithub 2f2f0c8be0 new 1 gadu atpakaļ
..
docs 2f2f0c8be0 new 1 gadu atpakaļ
node_modules 2f2f0c8be0 new 1 gadu atpakaļ
scripts 2f2f0c8be0 new 1 gadu atpakaļ
src 2f2f0c8be0 new 1 gadu atpakaļ
types 2f2f0c8be0 new 1 gadu atpakaļ
.DS_Store 2f2f0c8be0 new 1 gadu atpakaļ
.editorconfig 2f2f0c8be0 new 1 gadu atpakaļ
.eslintignore 2f2f0c8be0 new 1 gadu atpakaļ
.eslintrc 2f2f0c8be0 new 1 gadu atpakaļ
.prettierrc.js 2f2f0c8be0 new 1 gadu atpakaļ
.travis.yml 2f2f0c8be0 new 1 gadu atpakaļ
CHANGELOG.md 2f2f0c8be0 new 1 gadu atpakaļ
CONTRIBUTING_GUIDE.md 2f2f0c8be0 new 1 gadu atpakaļ
README.md 2f2f0c8be0 new 1 gadu atpakaļ
index.js 2f2f0c8be0 new 1 gadu atpakaļ
jest.config.js 2f2f0c8be0 new 1 gadu atpakaļ
package.json 2f2f0c8be0 new 1 gadu atpakaļ
qcifile.yml 2f2f0c8be0 new 1 gadu atpakaļ
tsconfig.json 2f2f0c8be0 new 1 gadu atpakaļ

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

文档