Skip to content

Commit 0d2a87c

Browse files
github-actions[bot]ArduinoBot
andauthored
Regenerate client from commit 673efa8 of spec repo (#43)
Co-authored-by: ArduinoBot <[email protected]>
1 parent 3e8e7dd commit 0d2a87c

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

.apigentools-info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"info_version": "2",
44
"spec_versions": {
55
"v2": {
6-
"apigentools_version": "1.0.0",
7-
"regenerated": "2020-05-12 10:31:21.714452",
8-
"spec_repo_commit": "6a8984f"
6+
"apigentools_version": "1.1.0",
7+
"regenerated": "2020-05-13 16:44:09.422742",
8+
"spec_repo_commit": "673efa8"
99
}
1010
}
1111
}

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,22 @@ if err != nil {
2727
log.Printf("Got an access token, will expire on %s", tok.Expiry)
2828
```
2929

30-
For a working example, see [the example folder](./example) in this repo.
30+
For a working example, see [the example folder](https://github.com/arduino/iot-client-go/tree/master/example) in this repo.
31+
32+
## How to get Arduino IoT Cloud Client Credentials
33+
34+
**NOTE:** Client Credentials are an Arduino IoT Cloud Maker Plan feature. Form more informations check the [Arduino Store](https://store.arduino.cc/digital/create).
35+
36+
You can generate Arduino IoT Cloud Client Credentials in the `ARDUINO API` section in the [IoT Cloud things dashobard](https://create.arduino.cc/iot/things):
37+
38+
### Step 1
39+
40+
![IoT Cloud Site](https://github.com/arduino/iot-client-js/blob/master/img/selection_1.png?raw=true)
41+
42+
### Step 2
43+
44+
![IoT Cloud Site](https://github.com/arduino/iot-client-js/blob/master/img/selection_2.png?raw=true)
45+
46+
### Step 3
47+
48+
![IoT Cloud Site](https://github.com/arduino/iot-client-js/blob/master/img/selection_3.png?raw=true)

configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/selection_1.png

91.4 KB
Loading

img/selection_2.png

74.1 KB
Loading

img/selection_3.png

103 KB
Loading

0 commit comments

Comments
 (0)