DTML JavaScript SDK
Current SDK version is 1.0.0
DTML REST API is wrapped into light-weight client-side Javascript SDK. SDK is posted on NPM and available here: https://www.npmjs.com/package/dtml.sdk to install run npm install command:
To import, simply reference dtml from sdk
Finally to use sdk functions, call function on dtml object:
Record game start:
Record Game Progress
Get Words list for user
Score Phrase
Record telemetry event
Score Word
Last updated