alexa / alexa-apis-for-nodejs

The Alexa APIs for NodeJS consists of JS and Typescript definitions that represent the request and response JSON of Alexa services. These models act as core dependency for the Alexa Skills Kit NodeJS SDK (https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs).
Apache License 2.0
60 stars 34 forks source link

feat: add support for non json request content type #5

Closed kakhaUrigashvili closed 4 years ago

kakhaUrigashvili commented 4 years ago

Some smapi api support text/csv content type.

Adding support for non json content type.

It cannot be accomplished with nonJsonBody params since functions in ask smapi model need to support both json and csv, so it needs to be dynamic during runtime.