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

Add documentation for Timers support to SDK api reference docs #616

Closed germanviscuso closed 3 years ago

germanviscuso commented 4 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Other... Please describe:

Add Timers API documentation as it's supported in the SDK (both for en and ja) https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/tree/2.0.x/docs Sample for code snippets available here: https://github.com/alexa/alexa-cookbook/tree/master/feature-demos/skill-demo-timers

ShenChen93 commented 3 years ago

HI @germanviscuso

The doc folder in this repo is actually deprecated, and we moved all docs to developer portal. Sorry for the long delay, the doc team add the timer api link in the Nodejs SDK overview: https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/overview.html. Closing this issue now :)

Thanks, Shen