Giter VIP home page Giter VIP logo

xvcs-java-sdk's Introduction

xvcs-java-sdk

This SDK is client side code that implements that spec of the Xfinity Voice Cloud Services (XVCS) API developed by Voice Relevance Engine for Xfinity (VREX).

This is the XVCS JAVA SDK. It provides a JAVA SDK and example appliation for using the Xfinity Voice Cloud Services (XVCS) API. The developer Guide can be found in DEVELOPER_GUIDE.md

Useful links:

Modules

  • sdk
  • auth - has authetication related interfaces (sat module is an implementation)
  • sat - implemetation of SAT authentication (used by demo)
  • demo
  • test-shared - This shared module has resources shared by sdk tests and demo

Prereqs

  • vrex-backend
    • Running locally or Accessible Endpoint
  • vrex-java-sdk
    • Install the module
  • Java 1.8 or greater
  • Maven

Package and run the Demo

  1. Download the code

    git clone [email protected]:rdkcentral/xvcs-java-sdk.git
    
  2. Configure the SDK to use your SAT token secret (Required)

    1. Create a new file named speech-secrets.properties under vrex-java-sdk/test-shared/src/main/resources/

    2. add the following entries to the file:

      auth.secret=ADD_YOUR_CLIENT_ID
      auth.endpoint=https://sat-prod.codebig2.net/oauth/token
      auth.secret=ADD_YOUR_SECRET
      

NOTE: Steps 3 and 4 can run easily by executing build-run-demo.sh. (Runchmod +x build-run-demo.sh to make the file executable.) If you just need to run the demo without building and packaging, you can run run-demo.sh.

  1. Build

    mvn clean install -Dmaven.test.skip=true
    cd demo
    mvn clean package
    
  2. Run

    java -jar target/sdk-demo-1.0.0-RC1.jar 
    

License

Apache License - Version 2.0

Please see LICENSE file under sdk module

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.