Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Geo Engine API Clients

This directory contains multiple API client libraries.

Clients

All clients are generated from the OpenAPI specification of the Geo Engine API, which is located in the openapi.json file.

Python

The Python API client is available on PyPI and can be installed with:

pip install geoengine-api-client

You can find the code in the python directory.

TypeScript

The TypeScript API client is available on npm and can be added to your project with:

npm install @geoengine/api-client

You can find the code in the typescript directory.

Rust

The Rust API client is available on crates.io and can be added to your project with:

cargo add geoengine-api-client

Code Generation

For information on how to generate the packages out of an OpenAPI spec, please refer to the README file in the .generation directory.