Composed feeds

Composed feed are the most traditional feed types and the only type of feed which provides data storage. Unlike atomic feeds, composed feeds can combined multiple data types together. For all the example listed below we assume $BASE_URL: the base url of the IoT Hub $PORT: the port of the IoT Hub server listens to $API: the api route defined in `server/config.json`

Listing composed feeds

TO BE DESCRIBED

Creating composed feeds

TO BE DESCRIBED