This directory contains multiple API client libraries.
All clients are generated from the OpenAPI specification of the Geo Engine API, which is located in the openapi.json file.
The Python API client is available on PyPI and can be installed with:
pip install geoengine-api-clientYou can find the code in the python directory.
The TypeScript API client is available on npm and can be added to your project with:
npm install @geoengine/api-clientYou can find the code in the typescript directory.
The Rust API client is available on crates.io and can be added to your project with:
cargo add geoengine-api-clientFor information on how to generate the packages out of an OpenAPI spec, please refer to the README file in the .generation directory.