@ondewo/sip-client-nodejs
TypeScript icon, indicating that this package has built-in type declarations

5.1.0 • Public • Published
npm version

ONDEWO SIP Client NodeJS

Overview

@ondewo/sip-client-nodejs is a compiled version of the ONDEWO SIP API using the ONDEWO PROTO COMPILER. Here you can find the SIP 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/sip-client-nodejs

Using GitHub:

git clone https://github.com/ondewo/ondewo-sip-client-nodejs.git ## Clone repository
cd ondewo-sip-client-nodejs                                      ## Change into repo-directoy
make setup_developer_environment_locally                         ## Install dependencies

Package structure

npm
├── api
│   ├── google
│   │   └── protobuf
│   │       ├── empty_grpc_pb.js
│   │       ├── empty_pb.d.ts
│   │       ├── empty_pb.js
│   │       ├── timestamp_grpc_pb.js
│   │       ├── timestamp_pb.d.ts
│   │       └── timestamp_pb.js
│   └── ondewo
│       └── sip
│           ├── sip_grpc_pb.d.ts
│           ├── sip_grpc_pb.js
│           ├── sip_pb.d.ts
│           └── sip_pb.js
├── LICENSE
├── package.json
├── public-api.d.ts
├── public-api.js
└── README.md

/@ondewo/sip-client-nodejs/

    Package Sidebar

    Install

    npm i @ondewo/sip-client-nodejs

    Weekly Downloads

    0

    Version

    5.1.0

    License

    Apache-2.0

    Unpacked Size

    129 kB

    Total Files

    15

    Last publish

    Collaborators

    • ondewo