Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 519 Bytes

Orchestrator api client generator

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.

Install

create a venv, activate it and run: pip install -r requirements.txt

Log

Created initial client with:

openapi-python-client generate --url https://YOUR_ORCHESTRATOR_URI/api/openapi.json