@geowiki/evoland-api-proxy
TypeScript client library for the EvoLand satellite imaging and annotation API, auto-generated from the OpenAPI schema.
Installation
npm install @geowiki/evoland-api-proxy
pnpm add @geowiki/evoland-api-proxy
Peer Dependencies
npm install axios form-data
Usage
import { ProjectService, TaskService, OpenAPI } from "@geowiki/evoland-api-proxy";
OpenAPI.BASE = "https://your-evoland-api-url.com";
const projects = await ProjectService.getProjects();
const tasks = await TaskService.getTasks(projectId);
What's Included
- Service classes --
ProjectService, TaskService, LocationService, QuestionService, StatisticService, AiService
- Model types -- 75+ TypeScript types for project management, task annotation, location data, and user statistics
- API utilities --
ApiError, CancelablePromise, and OpenAPI configuration
License
MIT