Skip to content

Commit 138c42b

Browse files
authored
Swagger update jan 2024 (#84)
* Swagger definition update - Jan 2024 * Version bump * Updated swagger
1 parent 4c87660 commit 138c42b

File tree

7 files changed

+746
-28
lines changed

7 files changed

+746
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Following clients have been successfully generated with the present workflow:
3131

3232
## Generation process
3333

34-
Apart from the initial setup (the procedures needed to setup this git repo),
34+
After initial setup (the procedures needed to setup this git repo),
3535
the ideal workflow consists in updating this repo every time the API service
3636
changes, re-generate all the clients, push the generated code to the git repo
3737
it belongs to and release the updated clients (this last step may vary

config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
container_opts:
2-
image: datadog/apigentools:1.6.5
2+
image: datadog/apigentools:1.6.6
33
languages:
44
go:
55
generation:

config/languages/go_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"gitRepoId": "iot-client-go",
44
"isGoSubmodule": false,
55
"packageName": "iot",
6-
"packageVersion": "2.0.0",
6+
"packageVersion": "2.0.1",
77
"withGoCodegenComment": true
88
}

config/languages/html2_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageName": "iot",
3-
"packageVersion": "2.0.0",
3+
"packageVersion": "2.0.1",
44
"usePromises": true
55
}

config/languages/javascript_v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"projectName": "@arduino/arduino-iot-client",
33
"moduleName": "ArduinoIotClient",
4-
"projectVersion": "2.0.0",
5-
"packageVersion": "2.0.0",
4+
"projectVersion": "2.0.1",
5+
"packageVersion": "2.0.1",
66
"usePromises": true,
77
"licenseName":"GPLv3",
88
"generateSourceCodeOnly": true

config/languages/python_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "iot_api_client",
33
"projectName": "arduino-iot-client",
4-
"packageVersion": "2.0.0",
4+
"packageVersion": "2.0.1",
55
"generateSourceCodeOnly": false
66
}

0 commit comments

Comments
 (0)