tp-cloud-sdk
v1.0.1
Published
A Node.js SDK for TP-LINK Commercial Cloud Platform with signature authentication
Maintainers
Readme
TP-LINK Commercial Cloud SDK
A Node.js SDK for TP-LINK Commercial Cloud Platform with HMAC-SHA256 signature authentication.
Documentation
Please see the detailed documentation in the docs directory:
- SDK README - Main documentation for using the SDK
- API Documentation - Detailed API reference
- Publishing Guide - Guide for publishing the SDK
Quick Start
npm install tp-cloud-sdkconst { TpCloudSDK } = require('tp-cloud-sdk');
// Initialize SDK
const sdk = new TpCloudSDK();
// Use device management APIs
const deviceInfo = await sdk.deviceManager.getDeviceDetails({
qrCode: 'device_qr_code'
});Project Structure
- src/ - Source code for the SDK
- docs/ - Documentation files
- tests/ - Test files and examples
- tests/ - Unit tests
License
MIT
