npm install tencentcloud-serverless-nodejs Example constsdk=require('tencentcloud-serverless-nodejs')sdk.init({region:'ap-guangzhou'})// 如果sdk运行在云函数中,初始化时可以不传secretId,secretKeysdk.invoke({functionName:'tes
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} gmh5225 / tencentcloud-sdk-nodejs Public forked from TencentCloud/tencentcloud-sdk-nodejs Notifications You must be signed in to change notification settings Fork 0 ...
npm install /path/to/tencentcloud-sdk-nodejs/tencentcloud-sdk-nodejs-4.0.0.tgz 示例 以云服务器产品查询可用区列表接口为例。 consttencentcloud=require("tencentcloud-sdk-nodejs")// 导入对应产品模块的client models。constCvmClient=tencentcloud.cvm.v20170312.Client// 实例化要请求产品(以cvm为例)的clien...
"name": "tencentcloud-sdk-nodejs", "version": "4.0.1020", "version": "4.0.1021", "description": "腾讯云 API NODEJS SDK", "main": "tencentcloud/index.js", "scripts": { 6 changes: 3 additions & 3 deletions 6 products.md Original file line numberDiff line numberDiff line change ...
Tencent Cloud API 3.0 SDK for NodeJS. Contribute to gmh5225/tencentcloud-sdk-nodejs development by creating an account on GitHub.
本项目是腾讯云语音SDK的Nodejs语言版本。 依赖环境 使用相关产品前需要在腾讯云控制台已开通相关语音产品。 在腾讯云控制台账号信息页面查看账号APPID,访问管理页面获取 SecretID 和 SecretKey 。 将获取的APPID、SecretID 和 SecretKey填入 example/目录下的demo 中。 录音文件识别极速版其他参数参考 https://cloud.te...
"name": "tencentcloud-sdk-nodejs", "version": "4.0.910", "version": "4.0.911", "description": "腾讯云 API NODEJS SDK", "main": "tencentcloud/index.js", "scripts": { 10 changes: 5 additions & 5 deletions 10 products.md Original file line numberDiff line numberDiff line change ...
npm install tencentcloud-sdk-nodejs-intl-en --save Import the corresponding module code in your code. For more information, please see the example. Installing via source package Go to theGithub code hosting pageto download the source code package. ...
如上引用方式会将腾讯云所有产品sdk下载到本地,可以将tencentcloud-sdk-nodejs换成tencentcloud-sdk-nodejs-cvm/cbs/vpc等,即可引用特定产品的sdk,代码中可将require("tencentcloud-sdk-nodejs")改为require("tencentcloud-sdk-nodejs-cvm/cbs/vpc"),其余不变,可参考示例,可大大节省存储空间。
Tencent Cloud API 3.0 SDK for NodeJS. Contribute to TencentCloud/tencentcloud-sdk-nodejs development by creating an account on GitHub.