0.0.10 • Published 4 years ago

@jihuayu/aliyun-iot-sdk v0.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

aliyun-iot-sdk

♥ 🇹🇸 纯 TypeScript 实现,提供完整声明文件

Aliyun Server Side IoT SDK for Node.js.(阿里云 IoT 服务端 SDK)

使用示例

import { IoT } from 'aliyun-iot-sdk'

const iot = new IoT({
  accessKeyId: '<xxxxx>',
  accessKeySecret: '<xxxxx>',
  regionId: 'cn-shanghai'
})

iot.createProduct({
  ProductName: 'aliyun_iot_sdk_test',
  NodeType: 0,
  DataFormat: 0
})

API 列表

注意:下面的所有接口都已经实现,没有勾选是因为该接口的参数模型的声明还未完善,使用 TypeScript 时传参暂时可使用 as any 过度,后期会逐步完善。

0.0.10

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago