pip3 install avh-api avh-api-async websockets python-dateutil aiohttp six urllib3
python3 examples/sync/instance_create_snapshot_delete.py https://app.avh.arm.com/api <APITOKEN>
python3 examples/async/stm32_bsp_test.py https://app.avh.arm.com/api <APITOKEN>
python3 examples/async/create_github_runner.py https://app.avh.arm.com/api <APITOKEN>
- This requires nodejs and the openapi-generator package installed
- Ensure nodejs is installed using the package manager of your choice
- Install the generator:
sudo npm install -g @openapitools/openapi-generator-cli && openapi-generator-cli version make update all