We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7581c commit 5d032aeCopy full SHA for 5d032ae
.github/workflows/generate.yaml
@@ -43,6 +43,8 @@ jobs:
43
APIGENTOOLS_GIT_VIA_HTTPS_OAUTH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
44
run: |
45
rm -rf generated/iot-client-js/docs/
46
+ rm -rf generated/iot-client-js/test/
47
+ rm -rf generated/iot-client-py/arduino_iot_rest/test/
48
git config --global user.email "arduinobot@arduino.cc"
49
git config --global user.name "ArduinoBot"
50
apigentools push
config/config.yaml
@@ -54,6 +54,8 @@ languages:
54
commands:
55
- commandline:
56
- function: openapi_generator_generate
57
+ - --type-mappings
58
+ - AnyType=Object
59
description: Generate js code using openapi-generator
60
templates:
61
source:
0 commit comments