An open API service indexing awesome lists of open source software.

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

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
```