Auto-generated Python Client API for Geo Engine
- Python
- Podman
From the root of the repository run:
.generation/generate.py pythonTo fetch the OpenAPI spec from the backend, run:
wget -O .generation/input/openapi.json \
https://raw.githubusercontent.com/geo-engine/geoengine/refs/heads/main/openapi.jsonTo run the generation in dev mode, run:
.generation/generate.py --no-spec-fetch --no-container-build pythonThis will skip the running of the container and instead use the local files. It will also stop building the customized generator container.
To update the config.ini file, run:
.generation/update_config.py --backendCommit 1076a616369dcc33e86b422a9364ac99553a18f8This will set a new backend commit hash and increment the version number.