Generates a modern Python client from OpenAPI 3.x documents.
NOTE: this project status is POC paging, sort and filter will probably not work on the list endpoint
Under the hood it uses: https://github.com/triaxtec/openapi-python-client to generate a client.
create a venv, activate it and run: pip install -r requirements.txt
Created initial client with:
openapi-python-client generate --url https://YOUR_ORCHESTRATOR_URI/api/openapi.json