Newer
Older
# Example Client
You can create a python client from the OpenAPI specification using for example
the python module openapi-python-client (`pip install openapi-python-client`).
Generate the client code (in this folder) with
`openapi-python-client generate --path ../api/src/main/resources/api.yaml`
Add the module to your python environment: `pip install ./fdo-manager-service-api-client`.
Please have a look at `test-client.py`. You may make minor modifications to
test the client by running `test-client.py`.