@geowiki/evoland-api-proxy
v0.16.0-dev.2
Published
TypeScript client library for the EvoLand satellite imaging and annotation API, auto-generated from the OpenAPI schema.
Downloads
655
Readme
@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
# or
pnpm add @geowiki/evoland-api-proxyPeer Dependencies
npm install axios form-dataUsage
import { ProjectService, TaskService, OpenAPI } from "@geowiki/evoland-api-proxy";
// Configure the API base URL
OpenAPI.BASE = "https://your-evoland-api-url.com";
// Interact with EvoLand projects and tasks
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, andOpenAPIconfiguration
License
MIT
