File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ if err != nil {
27
27
log.Printf (" Got an access token, will expire on %s " , tok.Expiry )
28
28
```
29
29
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.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ from iot_api_client.rest import ApiException
53
53
from iot_api_client.configuration import Configuration
54
54
55
55
# configure and instance the API client
56
- client_config = Configuration(host = " http ://api2.arduino.cc/iot" )
56
+ client_config = Configuration(host = " https ://api2.arduino.cc/iot" )
57
57
client_config.access_token = YOUR_ACCESS_TOKEN
58
58
client = iot.ApiClient(client_config)
59
59
@@ -67,4 +67,4 @@ except ApiException as e:
67
67
print (" Got an exception: {} " .format(e))
68
68
```
69
69
70
- For a working example, see [ the example folder] ( . /example) in this repo.
70
+ For a working example, see [ the example folder] ( https://github.com/arduino/iot-client-py/tree/master /example) in this repo.
You can’t perform that action at this time.
0 commit comments