alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 737 forks source link

Adding ask-smapi-sdk #596

Closed ShenChen93 closed 4 years ago

ShenChen93 commented 4 years ago

Description

Created ASK SMAPI SDK Package.

Motivation and Context

ASK SMAPI SDK is the Python library package for Alexa Skill Management API (SMAPI). SMAPI is a set of API operations that allow you to programmatically manage and test Alexa skills and related resources such as interaction models. More information on SMAPI can be found at Alexa Developer Documentation.

Types of changes

Checklist

License

pbheemag commented 4 years ago

Some files are missing copyright comments at the top of file. Add them to just to keep it consistent with Node SDK.