Does anyone have any leads on a tutorial or example code for using the Azure as an HTTP Client with C code?
In my past, I've successfully used C++ on Linux microcontrollers to act in part as an HTTP Client to hit APIs such as Darksky or Nest. I attempted to port the code to the Azure C environment and its definitely tedious - leaving me to think there are probably some Visual Studio references that could readily be used instead.
Thanks,
Sean