Commit 24bf810
Wrap iot-client (#8)
Introduce iot package to wrap the arduino iot-client-go.
This allows to perform cloud operations in a simple and transparent way, like adding a device, exploiting the iot-api rest interface.
* Wrap iot client go
* iot client - implement add certificate
* Refactor iot wrapper as internal package
- Move iot in internal package
- Add significative comments
- Rename auth.go in token.go1 parent 89d4024 commit 24bf810
4 files changed
+279
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments