ask-sdk-model-runtime
Version:
The base components for ASK SDK Models
21 lines (16 loc) • 1.03 kB
Markdown
====================================================
ASK SDK Model Runtime - Base components of ASK SDK
====================================================
ask-sdk-model-runtime is the common models package by
the Software Development Kit (SDK) team for Node.js that
provides common implementations like ApiClient
BaseServiceClient, Authentication Configuration etc.
that is used by the SDK models.
## Installing
```
npm install --save ask-sdk-model-runtime
```
## Opening Issues
For bug reports, feature requests and questions, we would like to hear about it. Search the [existing issues](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues) and try to make sure your problem doesn't already exist before opening a new issue. It's helpful if you include the version of the SDK, Node.js or browser environment and OS you're using. Please include a stack trace and reduced repro case when appropriate, too.
## License
This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information.