E563 Regenerate client from commit 4c7c6ae of spec repo (#35) · arduino/iot-client-js@fe74683 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe74683

Browse files
github-actions[bot]ArduinoBot
andauthored
Regenerate client from commit 4c7c6ae of spec repo (#35)
Co-authored-by: ArduinoBot <arduinobot@arduino.cc>
1 parent af8dc12 commit fe74683

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+91
-79
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:32:16.527814",
8-
"spec_repo_commit": "6a8984f"
6+
"apigentools_version": "1.1.0",
7+
"regenerated": "2020-05-13 15:48:27.194216",
8+
"spec_repo_commit": "4c7c6ae"
99
}
1010
}
1111
}

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,22 @@ try {
8787
catch (error) {
8888
console.error("Failed getting an access token: " + error)
8989
}
90-
```
90+
```
91+
92+
## How to get Arduino IoT Cloud Client Credentials
93+
94+
**NOTE:** Client Credentials are an Arduino IoT Cloud Maker Plan feature. Form more informations check the [Arduino Store](https://store.arduino.cc/digital/create).
95+
96+
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):
97+
98+
### Step 1
99+
100+
![IoT Cloud Site](./img/selection_1.png)
101+
102+
### Step 2
103+
104+
![IoT Cloud Site](./img/selection_2.png)
105+
106+
### Step 3
107+
108+
![IoT Cloud Site](./img/selection_3.png)

img/selection_1.png

91.4 KB
Loading

img/selection_2.png

74.1 KB
Loading

img/selection_3.png

103 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arduino/arduino-iot-client",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Provides_a_set_of_endpoints_to_manage_Arduino_IoT_Cloud_Devices_Things_Properties_and_Timeseries__This_API_can_be_called_just_with_any_HTTP_Client_or_using_one_of_these_clients__Javascript_NPM_package_https__www_npmjs_com_package_arduino_arduino_iot_client__Python_PYPI_Package_https__pypi_org_project_arduino_iot_client___Golang_Module_https__github_com_arduino_iot_client_go",
55
"license": "GPLv3",
66
"main": "dist/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import querystring from "querystring";
1717

1818
/**
1919
* @module ApiClient
20-
* @version 1.3.0
20+
* @version 1.3.1
2121
*/
2222

2323
/**

src/api/DevicesV2Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import PropertiesValues from '../model/PropertiesValues';
2525
/**
2626
* DevicesV2 service.
2727
* @module api/DevicesV2Api
28-
* @version 1.3.0
28+
* @version 1.3.1
2929
*/
3030
export default class DevicesV2Api {
3131

src/api/DevicesV2CertsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Error from '../model/Error';
2121
/**
2222
* DevicesV2Certs service.
2323
* @module api/DevicesV2CertsApi
24-
* @version 1.3.0
24+
* @version 1.3.1
2525
*/
2626
export default class DevicesV2CertsApi {
2727

src/api/DevicesV2PassApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Error from '../model/Error';
2121
/**
2222
* DevicesV2Pass service.
2323
* @module api/DevicesV2PassApi
24-
* @version 1.3.0
24+
* @version 1.3.1
2525
*/
2626
export default class DevicesV2PassApi {
2727

0 commit comments

Comments
 (0)
0