File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"additional_stamps": [],
3
- "apigentools_version": "0.3.0.dev1 ",
3
+ "apigentools_version": "0.5.0 ",
4
4
"codegen_version": "4.1.2",
5
5
"info_version": "1",
6
6
"image": null,
7
- "spec_repo_commit": "3967a5d "
7
+ "spec_repo_commit": "324309c "
8
8
}
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ var rp = require('request-promise');
81
81
82
82
var options = {
83
83
method: ' POST' ,
84
- url: ' https://login.oniudra .cc/oauth/token' ,
84
+ url: ' https://login.arduino .cc/oauth/token' ,
85
85
headers: { ' content-type' : ' application/x-www-form-urlencoded' },
86
86
json: true ,
87
87
form: {
Original file line number Diff line number Diff line change 1
1
# IotApi.DevicesV2Api
2
2
3
- All URIs are relative to * http://api-dev .arduino.cc/iot *
3
+ All URIs are relative to * http://api2 .arduino.cc/iot *
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
Original file line number Diff line number Diff line change 1
1
# IotApi.PropertiesV2Api
2
2
3
- All URIs are relative to * http://api-dev .arduino.cc/iot *
3
+ All URIs are relative to * http://api2 .arduino.cc/iot *
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
Original file line number Diff line number Diff line change 1
1
# IotApi.SeriesV2Api
2
2
3
- All URIs are relative to * http://api-dev .arduino.cc/iot *
3
+ All URIs are relative to * http://api2 .arduino.cc/iot *
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
Original file line number Diff line number Diff line change 1
1
# IotApi.ThingsV2Api
2
2
3
- All URIs are relative to * http://api-dev .arduino.cc/iot *
3
+ All URIs are relative to * http://api2 .arduino.cc/iot *
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ class ApiClient {
32
32
/**
33
33
* The base URL against which to resolve every API call's (relative) path.
34
34
* @type {String }
35
- * @default http://api-dev .arduino.cc/iot
35
+ * @default http://api2 .arduino.cc/iot
36
36
*/
37
- this . basePath = 'http://api-dev .arduino.cc/iot' . replace ( / \/ + $ / , '' ) ;
37
+ this . basePath = 'http://api2 .arduino.cc/iot' . replace ( / \/ + $ / , '' ) ;
38
38
39
39
/**
40
40
* The authentication methods to be included for all API calls.
@@ -552,7 +552,7 @@ class ApiClient {
552
552
hostSettings ( ) {
553
553
return [
554
554
{
555
- 'url' : "http://api-dev .arduino.cc/iot" ,
555
+ 'url' : "http://api2 .arduino.cc/iot" ,
556
556
'description' : "No description provided" ,
557
557
}
558
558
] ;
You can’t perform that action at this time.
0 commit comments