ask-sdk-model-runtime

The base components for ASK SDK Models

Usage no npm install needed!

<script type="module">
  import askSdkModelRuntime from 'https://cdn.skypack.dev/ask-sdk-model-runtime';
</script>

README

==================================================== 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 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.