<aside>
💡 Please use Node v14, preferably v14.15.0. Recommend usage of Node Version Manager.
</aside>
const result = getRawData (
"SYNC",
"RawData",
"2022-04-03"
);
- General Function Parameters (all mandatory):
- dataType:
- dataModel
- The dataModel used as part of the function
- The need for different dataModels might arise if the data object has to adhere to a certain condition, e.g. getting fitness stats to a certain category (healthy, underweight, overweight)
- dataDate
- Not used currently, but still mandatory