MozScout / scout-alexa

INACTIVE - http://mzl.la/ghe-archive - Scout Alexa Skill
Mozilla Public License 2.0
4 stars 3 forks source link

Switch calls to use snake_case instead of camelCase #73

Closed BScong closed 6 years ago

BScong commented 6 years ago

Following modifications on API, we need to switch some variables from camelCase to snake_case

Here are the modifications made on the API side :

Both syntaxes (camelCase and snake_case) will coexist until all changes are made on the apps. Then, we will delete the camelCase variables.