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.
git clone https://github.com/\<your-fork\>/webex-js-sdk.git
cd web-js-sdk/
yarn install
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
yarn workspace @webex/byods run test:unit
yarn workspace @webex/byods-demo-server dev:hot
To consume the latest stable version of the BYoDS SDK, you can use NPM.
npm install @webex/byods
(or)
yarn add @webex/byods
import BYoDS from '@webex/byods';