Auto-generated Python Client API for Geo Engine
- Python
- Java Runtime
From the root of the repository run:
just buildFor specific languages, run:
just build-python
just build-typescriptTo fetch the OpenAPI spec from the backend, run:
just fetch-openapi-spec --backendCommit=1076a616369dcc33e86b422a9364ac99553a18f8You can verify the OpenAPI spec with:
just lint-openapi-specTo update the config.ini file, run:
just update-config --backendCommit=1076a616369dcc33e86b422a9364ac99553a18f8This will set a new backend commit hash and increment the version number.
Note, that you still need to build the clients after updating the config.ini file, otherwise the generated code will not be updated. You can do this with:
just build