iom-sdk
v0.1.8
Published
TypeScript SDK for Internet of Materials (IoM) - A client library for interacting with UUProtocol-based building/material management systems
Downloads
310
Maintainers
Readme
IoM SDK
A TypeScript SDK for the Internet of Materials (IoM) - A client library for interacting with UUProtocol based building/material management systems.
Installation
npm install iom-sdkThe SDK provides both high-level facades and low-level services:
High-Level Facades
client.objects- Object management with relationshipsclient.properties- Property and value managementclient.files- File attachment handlingclient.statements- Relationship management
Low-Level Services
client.services.object- Direct object API accessclient.services.property- Direct property API accessclient.services.file- Direct file API access- And more...
License
MIT
