https://github.com/workfloworchestrator/orchestrator-api-client
An autogenerated orchestrator api client
https://github.com/workfloworchestrator/orchestrator-api-client
Last synced: 5 months ago
JSON representation
An autogenerated orchestrator api client
- Host: GitHub
- URL: https://github.com/workfloworchestrator/orchestrator-api-client
- Owner: workfloworchestrator
- License: apache-2.0
- Created: 2021-05-07T13:28:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T14:22:38.000Z (about 5 years ago)
- Last Synced: 2025-07-26T19:42:17.895Z (11 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
openapi-python-client generate --url https://YOUR_ORCHESTRATOR_URI/api/openapi.json
```