BYoDS SDK (@webex/byods)

Bring Your Own Data Source (BYoDS) Node.JS SDK

Table of Contents


Getting Started

The BYoDS Node.js SDK makes it easy for developers to register their data sources to the BYoDS system. It allows developers to build data sources without needing to manage the complexities of integration. With features like customizable storage, service app token management, and auto refresh of JWS tokens. The BYoDS SDK provides a solid foundation for creating secure and reliable data sources.

Developing

git clone https://github.com/\<your-fork\>/webex-js-sdk.git
cd web-js-sdk/
yarn install

Building

If your project needs some additional steps for the developer to build the project after some code changes, state them here:

yarn workspace @webex/byods run build:src

Testing

 yarn workspace @webex/byods run test:unit

Samples

  yarn workspace @webex/byods-demo-server dev:hot

Consuming SDK

To consume the latest stable version of the BYoDS SDK, you can use NPM.

NPM

  npm install @webex/byods

(or)

  yarn add @webex/byods
  import BYoDS from '@webex/byods';