@ondewo/ondewo-csi-client-js
v5.1.0
Published
ONDEWO Communication System Integration (CSI) Client library for Js
Downloads
134
Readme
Overview
@ondewo/csi-client-js
is a compiled version of the ONDEWO CSI API using the ONDEWO PROTO COMPILER. Here you can find the CSI API documentation.
ONDEWO APIs use Protocol Buffers version 3 (proto3) as their Interface Definition Language (IDL) to define the API interface and the structure of the payload messages. The same interface definition is used for gRPC versions of the API in all languages.
Setup
Using NPM:
npm i --save @ondewo/ondewo-csi-client-js
Using GitHub:
git clone https://github.com/ondewo/ondewo-csi-client-js.git ## Clone repository
cd ondewo-csi-client-js ## Change into repo-directoy
make setup_developer_environment_locally ## Install dependencies
Package structure
npm
├── api
│ ├── ondewo_csi_api.js
│ ├── ondewo_csi_api.min.js
│ └── ondewo_csi_api.min.js.map
├── LICENSE
├── package.json
└── README.md