stoiveyp / Alexa.NET.Reminders

Small helper library for Alexa.NET based skills to access the reminders API
MIT License
4 stars 1 forks source link

Possible upgrading Alexa.NET.Reminders to match latest Alexa Reminders API #12

Open samuelgonsalves opened 4 years ago

samuelgonsalves commented 4 years ago

Certain requests that are in the latest version of Alexa.NET.Reminders have been deprecated and could be upgraded to keep up with latest changes in Alexa Reminders API. It's still backward compatible so far.

See Deprecated Recurrence Rules: https://developer.amazon.com/en-US/docs/alexa/smapi/alexa-reminders-api-reference.html#

I was wondering if you'd be open to collaborating to keep this library in sync with Reminders API, and if you think this is worth pursuing.