Skip to content

This is a prototype API project meant to mimic the environment Cascade API Clients need to create.

Notifications You must be signed in to change notification settings

cftc01/CAA-SDK-Communicator

Repository files navigation

CAA-SDK-Communicator

This is a prototype API project meant to mimic the environment Cascade API Clients need to create.

Will update docs soon, Quickstart:

npm install

node server.js

Requires .env file with the following keys

BACKEND_API=
PORT=

Requires authConfig.json with the following keys

{
    "Username": "",
    "Password": "",
    "grant_type": "password"
}

About

This is a prototype API project meant to mimic the environment Cascade API Clients need to create.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published