Forum Discussion
jonmikeli
Nov 23, 2019Iron Contributor
Visual Studio 2019 extension for building REST APIs exposing IoT Hub features
Hi all, If you need to write REST APIs (.Net Core) to expose or complete IoT Hub APIs or create a facade, this https://marketplace.visualstudio.com/items?itemName=JonMikelInza.IoTHubDotNetCoreRES...
jonmikeli
Jan 11, 2022Iron Contributor
Hi saramonteiro ,
Indeed, Azure IoT Hub already exposes its endpoints but these endpoints are quite "technical".
The idea of the proposed API solution template is to build a kind of "facade" allowing to add logic (business logic, technical logic, whatever) on top of the exposed endpoints by default. Most of the IoT projects I have been involved in needed it in a way or another. So, the idea was to make my life easier and by the way, share it with other developers who could face the same need :).
In other words, the extension creates a REST API solution template allowing to add logic before calling the technical endpoints exposed by Azure IoT Hub.
Let me know if it's clearer :).
saramonteiro
Jan 11, 2022Copper Contributor
Perfect clear!
Thanks for sharing the tool and pointing it out. 😃
Thanks for sharing the tool and pointing it out. 😃