The Alexa APIs for NodeJS consists of JS and Typescript definitions that represent the request and response JSON of Alexa services. These models act as core dependency for the Alexa Skills Kit NodeJS SDK (https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs).
Apache License 2.0
60
stars
35
forks
source link
Including ask-smapi-model package and update model-runtime package #2
Description of changes:
Adding ASK SMAPI Models package which is the model definitions package for Skill Management APIs (SMAPI) by the Software Development Kit (SDK) team for Node.js. It allows Node.js developers
to model the requests, responses and related JSON structures, as defined in SMAPI Documentation.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description of changes: Adding ASK SMAPI Models package which is the model definitions package for Skill Management APIs (SMAPI) by the Software Development Kit (SDK) team for Node.js. It allows Node.js developers to model the requests, responses and related JSON structures, as defined in SMAPI Documentation.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.