amenzhinsky / iothub

Azure IoT Hub SDK for Golang
MIT License
51 stars 57 forks source link

Finalize the APIs #16

Open ashubhatt opened 4 years ago

ashubhatt commented 4 years ago

The TODO section mentions that the APIs are still not finalized.

I found an interface in the official Azure Go SDK which might help you in finalizing the APIs. Take a look at this interface.

EDIT: Although, there are no APIs specific for devices. But we can reuse the Naming Convention and several keywords which are used throughout Azure SDK.

amenzhinsky commented 4 years ago

@ashubhatt thanks for the tip, great discovery, will have a look next weeks.